Skip to content

Commit

Permalink
Bump version 1.5-Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
milovanderlinden committed Jan 23, 2017
1 parent ca48d2d commit bb1caa6
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 @@ -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"
}
Expand Down Expand Up @@ -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'
}
}

0 comments on commit bb1caa6

Please sign in to comment.