Skip to content

Commit fdedd5c

Browse files
committed
fix gradle name space
1 parent 4a3ae66 commit fdedd5c

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.idea/easycode.ignore

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ apply plugin: 'com.android.library'
2525
apply plugin: 'kotlin-android'
2626

2727
android {
28-
// Conditional for compatibility with AGP <4.2.
28+
2929
if (project.android.hasProperty("namespace")) {
30-
namespace 'com.example.maps_launcher'
30+
namespace "com.example.maps_launcher"
3131
}
3232
compileSdkVersion 33
3333

0 commit comments

Comments
 (0)