Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c58b486 authored by Yein Jo's avatar Yein Jo
Browse files

Add the explicit namespace to toruslib.

We need to update the gradle tool version to 8+, which expects all the
modules to declare its namespace explicitly.

Bug: 325130537
Test: gradle
Flag: NA
Change-Id: I9e0a5797b763b147af667e08dbff1a433dc56208
parent 85131047
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
    namespace 'com.google.android.torus'
    compileSdkVersion versions.compileSdk
    buildToolsVersion versions.buildTools