Skip to content

Commit

Permalink
Build version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciaan committed Oct 29, 2016
1 parent 2e19644 commit 4f90af7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "be.ugent.zeus.hydra"
minSdkVersion 16
targetSdkVersion 25
versionCode 209
versionName "2.0.2"
versionCode 210
versionName "2.1.0"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.google.gms:google-services:3.0.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
Expand Down

0 comments on commit 4f90af7

Please sign in to comment.