We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d33e23 + bb1caa6 commit 87eb368Copy full SHA for 87eb368
1 file changed
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "org.open311.android"
9
minSdkVersion 16
10
targetSdkVersion 24
11
- versionCode 5
12
- versionName "1.4-alpha"
+ versionCode 6
+ versionName "1.5-alpha"
13
multiDexEnabled true
14
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
15
}
@@ -59,4 +59,4 @@ dependencies {
59
compile 'com.github.bumptech.glide:glide:3.7.0'
60
compile 'io.tus.java.client:tus-java-client:0.3.1'
61
compile 'io.tus.android.client:tus-android-client:0.1.3@aar'
62
-}
+}
0 commit comments