Skip to content

Commit 1231398

Browse files
Fix: revert namespace to com.google.ai.sample (only change applicationId, not namespace)
1 parent 61e27c9 commit 1231398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (System.getenv("CI") == null) {
1414
}
1515

1616
android {
17-
namespace = "io.github.android_poweruser"
17+
namespace = "com.google.ai.sample"
1818
compileSdk = 35
1919

2020
defaultConfig {

0 commit comments

Comments
 (0)