Skip to content

Commit

Permalink
Bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solohsu committed Feb 22, 2019
1 parent ccb34a0 commit 20e0601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
minSdkVersion 21
//noinspection OldTargetApi
targetSdkVersion 25
versionCode 5
versionName "2.1.0"
versionCode 6
versionName "2.2.0"
project.ext.set("archivesBaseName", "XposedInstaller_by_dvdandroid_" + VERSION_DATE.replaceAll("/", "_"))

buildConfigField "String", "APP_VERSION", APP_VERSION
Expand Down

0 comments on commit 20e0601

Please sign in to comment.