Skip to content

Commit

Permalink
Fix app ID
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRar committed Apr 13, 2024
1 parent ef73b49 commit 48f53a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

def getVersionName = { ->
return "0.1.0"
return "0.1.1"
}

def getVersionNumber = { ->
Expand Down Expand Up @@ -44,7 +44,7 @@ android {
}
compileSdkVersion 33
defaultConfig {
applicationId "com.github.mrrar.gps_lock"
applicationId "com.github.mrrar.gps_locker"
minSdkVersion 11 // Android 3.0
targetSdkVersion 33 // Android 13.0
versionCode getVersionNumber()
Expand Down

0 comments on commit 48f53a3

Please sign in to comment.