Skip to content

Commit

Permalink
Prepped for next release
Browse files Browse the repository at this point in the history
Incremented version number and updated gradle.
  • Loading branch information
theblackwidower committed Jun 28, 2017
1 parent 9c9a7a9 commit 4ab6e7c
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 @@ -7,8 +7,8 @@ android {
applicationId "com.noprestige.kanaquiz"
minSdkVersion 17
targetSdkVersion 25
versionCode 8
versionName "0.6"
versionCode 9
versionName "0.7"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary true
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 4ab6e7c

Please sign in to comment.