diff --git a/app/build.gradle b/app/build.gradle index 83066c5..de5164a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.open311.android" minSdkVersion 16 targetSdkVersion 24 - versionCode 5 - versionName "1.4-alpha" + versionCode 6 + versionName "1.5-alpha" multiDexEnabled true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } @@ -59,4 +59,4 @@ dependencies { compile 'com.github.bumptech.glide:glide:3.7.0' compile 'io.tus.java.client:tus-java-client:0.3.1' compile 'io.tus.android.client:tus-android-client:0.1.3@aar' -} \ No newline at end of file +}