Skip to content

Commit

Permalink
Prepare for v3.3.0
Browse files Browse the repository at this point in the history
- Change versionCode to 12
- Update Gradle wrapper to v4.7
- Update Android Gradle Plugin to 3.2.0-alpha14
  • Loading branch information
zeevox committed May 13, 2018
1 parent 97dedb8 commit be8a3d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ android {
}
}
} else {
versionCode 11
versionName "3.2.1"
versionCode 12
versionName "3.3.0"
android.applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "Ocquarium-${versionName}-${buildDate()}-release.apk"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-alpha10'
classpath 'com.android.tools.build:gradle:3.2.0-alpha14'
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# limitations under the License.
#

#Wed Apr 11 15:48:50 CEST 2018
#Sun May 13 09:51:24 DST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip

0 comments on commit be8a3d6

Please sign in to comment.