Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wseemann committed Aug 27, 2016
1 parent 883ee78 commit b794d82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "net.sourceforge.servestream"
minSdkVersion 12
targetSdkVersion 23
versionName "0.7.1"
versionCode 106
versionName "0.7.2"
versionCode 110
}

lintOptions {
Expand Down Expand Up @@ -107,7 +107,7 @@ android {
}
}

Map<String, Integer> versionCodes = [armeabi: 106, 'armeabi-v7a': 107, mips: 108, x86: 109]
Map<String, Integer> versionCodes = [armeabi: 110, 'armeabi-v7a': 111, mips: 112, x86: 113]

android.applicationVariants.all { variant ->
// assign different version code for each output
Expand Down

0 comments on commit b794d82

Please # to comment.