Skip to content

Commit

Permalink
Push release 0.4.3 #PLAY_BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthcopter committed Aug 14, 2018
1 parent 67732b5 commit 8b00c36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.android.tools.build:gradle:3.1.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -30,6 +30,6 @@ subprojects {
ext.targetSdkVer = 27
ext.supportLibVer = "27.1.1"

ext.appVersionName = "0.4.2"
ext.appVersionCode = 16
ext.appVersionName = "0.4.3"
ext.appVersionCode = 17
}

0 comments on commit 8b00c36

Please sign in to comment.