Skip to content
Snippets Groups Projects
Commit 8fdce24f authored by Dave Hewitt's avatar Dave Hewitt
Browse files

Upped version number.

parent a590fbbb
No related branches found
Tags 1.4beta v1.0.4
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment