Skip to content

Commit

Permalink
Preparing WIP-Release v0.1.41-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
SecUpwN committed Mar 13, 2016
1 parent 31e9db6 commit 0000256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AIMSICD/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
applicationId "com.SecUpwN.AIMSICD"
minSdkVersion 16
targetSdkVersion 19 // Do not change: Working Icons on Android 5+
versionCode 40
versionCode 41
testApplicationId "com.SecUpwN.AIMSICD.test"

buildConfigField 'String', 'BUILD_NUMBER', (getBuildNumber() == null ? 'null' : "\"${buildNumber}\"")
Expand Down Expand Up @@ -113,4 +113,4 @@ String getBuildNumber() {
}

return null;
}
}

0 comments on commit 0000256

Please sign in to comment.