Skip to content

Commit

Permalink
app: v1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Simon1511 <[email protected]>
  • Loading branch information
Simon1511 committed Jan 22, 2024
1 parent 3882f67 commit a949314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.simon1511.wearablespoof"
minSdk 29
targetSdk 33
versionCode 11000
versionName "1.1"
versionCode 12000
versionName "1.2"
}

buildTypes {
Expand All @@ -35,4 +35,4 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
compileOnly 'de.robv.android.xposed:api:82'
}
}

0 comments on commit a949314

Please sign in to comment.