Skip to content

Commit af86a42

Browse files
authored
Merge pull request #10 from Codel1417/main
add namespace for AGP 8
2 parents 2917a84 + b4796fa commit af86a42

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)