Skip to content

Commit

Permalink
Fixed namespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
冯搏 authored and MoralCode committed Sep 26, 2024
1 parent f1ef284 commit 3281ef2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ apply plugin: 'kotlin-android'

android {
compileSdkVersion 34
namespace = 'com.almoullim.background_location'

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand All @@ -43,7 +44,7 @@ android {
minSdkVersion 18
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

lintOptions {
disable 'InvalidPackage'
}
Expand Down

0 comments on commit 3281ef2

Please sign in to comment.