Skip to content

Commit

Permalink
Upped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-colonel committed Sep 8, 2018
1 parent a590fbb commit 8fdce24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "com.davidshewitt.admincontrol"
minSdkVersion 22
targetSdkVersion 26
versionCode 4
versionName "1.0.3"
versionCode 5
versionName "1.0.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 8fdce24

Please sign in to comment.