Skip to content

Commit

Permalink
Update versionCode to 2
Browse files Browse the repository at this point in the history
Update versionName to 1.1
  • Loading branch information
Suaro committed Mar 24, 2021
1 parent 4beb84c commit c2dc514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pidroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit c2dc514

Please sign in to comment.