Skip to content

Commit

Permalink
Version upgraded to 2.1
Browse files Browse the repository at this point in the history
Gradle wrapper -> 4.1
  • Loading branch information
Stevan Medic committed Nov 4, 2017
1 parent e29fd43 commit 16dfbaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
15 changes: 1 addition & 14 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.smedic.tubtub"
minSdkVersion 16
targetSdkVersion 25
versionCode 11
versionName "2.0"
versionCode 12
versionName "2.1"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 comments on commit 16dfbaf

Please sign in to comment.