Skip to content

Commit

Permalink
Preparing WIP-Release v0.1.39-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
SecUpwN committed Feb 14, 2016
1 parent 7822890 commit 3530482
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 @@ if (isTravis) {
buildNumber = System.getenv("BUILDOZER_BUILDNUMBER")
}

version = '0.1.38-alpha'
version = '0.1.39-alpha'

android {
compileSdkVersion 23
Expand All @@ -35,7 +35,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 19 // Do not change: Working Icons on Android 5+
versionCode 38
versionCode 39
testApplicationId "com.SecUpwN.AIMSICD.test"

buildConfigField 'String', 'BUILD_NUMBER', (buildNumber == null ? 'null' : "\"${buildNumber}\"")
Expand Down

0 comments on commit 3530482

Please sign in to comment.