Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
avram committed Mar 15, 2019
1 parent 8ea407f commit 60f85a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.0-alpha04'
classpath 'com.android.tools.build:gradle:3.5.0-alpha07'
//noinspection DifferentKotlinGradleVersion
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.21"
}
Expand Down Expand Up @@ -91,8 +91,8 @@ android {
}

defaultConfig {
versionCode 1451
versionName "1.4.5.1"
versionCode 1460
versionName "1.4.6.0"

minSdkVersion 14
targetSdkVersion 28
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Jan 24 23:21:15 PST 2019
#Thu Mar 14 23:37:06 PDT 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip

0 comments on commit 60f85a8

Please sign in to comment.