Skip to content

Commit

Permalink
Build: update version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
biqqles committed Feb 19, 2022
1 parent 27b35c1 commit b27a5bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ android {
compileSdkVersion 29
defaultConfig {
applicationId "eu.biqqles.p2oggle"
versionCode 12
versionName '1.2'

minSdkVersion 25 // last stock release for kuntao (7.1.1)
//noinspection ExpiredTargetSdkVersion,OldTargetApi - not dealing with the IO library changes in R
targetSdkVersion 29
versionCode 11
versionName '1.1'

resValue "string", "org_xjy_android_treasure_authority", "${applicationId}.preferences"
}

Expand Down

0 comments on commit b27a5bb

Please sign in to comment.