Skip to content

Commit 4295c0d

Browse files
authored
add namespace for AGP 8
1 parent fa2e5fd commit 4295c0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

android/build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ apply plugin: 'kotlin-android'
2626

2727
android {
2828
compileSdkVersion 30
29-
29+
if (project.android.hasProperty('namespace')) {
30+
namespace 'dev.jeremyko.proximity_sensor'
31+
}
3032
sourceSets {
3133
main.java.srcDirs += 'src/main/kotlin'
3234
}

0 commit comments

Comments
 (0)