Skip to content

Commit

Permalink
Increment versionCode and change versionName for release
Browse files Browse the repository at this point in the history
  • Loading branch information
devadvance committed Jul 2, 2016
1 parent 9f8f116 commit e1bcf0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.devadvance.rootcloak2"
minSdkVersion 15
targetSdkVersion 23
versionCode 11
versionName "2.0.1"
versionCode 12
versionName "2.1.0"
}

signingConfigs {
Expand Down

0 comments on commit e1bcf0b

Please sign in to comment.