Skip to content

Commit 6089629

Browse files
committed
v0.7.3
1 parent 1706a1a commit 6089629

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "net.sourceforge.servestream"
1111
minSdkVersion 12
1212
targetSdkVersion 23
13-
versionName "0.7.2"
14-
versionCode 110
13+
versionName "0.7.3"
14+
versionCode 114
1515
}
1616

1717
lintOptions {
@@ -107,7 +107,7 @@ android {
107107
}
108108
}
109109

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

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

0 commit comments

Comments
 (0)