Skip to content

Commit 87eb368

Browse files
Merge pull request #46 from CodeForEindhoven/1.5-Alpha
Bump version 1.5-Alpha
2 parents 4d33e23 + bb1caa6 commit 87eb368

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "org.open311.android"
99
minSdkVersion 16
1010
targetSdkVersion 24
11-
versionCode 5
12-
versionName "1.4-alpha"
11+
versionCode 6
12+
versionName "1.5-alpha"
1313
multiDexEnabled true
1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1515
}
@@ -59,4 +59,4 @@ dependencies {
5959
compile 'com.github.bumptech.glide:glide:3.7.0'
6060
compile 'io.tus.java.client:tus-java-client:0.3.1'
6161
compile 'io.tus.android.client:tus-android-client:0.1.3@aar'
62-
}
62+
}

0 commit comments

Comments
 (0)