Skip to content

Commit

Permalink
v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wseemann committed Sep 2, 2016
1 parent 1706a1a commit 6089629
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.2"
versionCode 110
versionName "0.7.3"
versionCode 114
}

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

Map<String, Integer> versionCodes = [armeabi: 110, 'armeabi-v7a': 111, mips: 112, x86: 113]
Map<String, Integer> versionCodes = [armeabi: 114, 'armeabi-v7a': 115, mips: 116, x86: 117]

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

0 comments on commit 6089629

Please # to comment.