Skip to content

Commit

Permalink
Update version, build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed May 2, 2021
1 parent 8484afe commit ce52b06
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 @@ -8,8 +8,8 @@ android {
applicationId "org.billthefarmer.miditest"
minSdkVersion 14
targetSdkVersion 28
versionName "1.18"
versionCode 118
versionName "1.21"
versionCode 121
}

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'

// NOTE: Do not place your application dependencies here; they
Expand Down

0 comments on commit ce52b06

Please sign in to comment.