diff --git a/app/build.gradle b/app/build.gradle index 6d3a39a..5ef09fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'com.android.application' */ android { - compileSdkVersion 27 + compileSdkVersion 28 buildToolsVersion '28.0.3' def versionPropsFile = file('version.properties') @@ -35,11 +35,11 @@ android { } defaultConfig { - applicationId "com.ahirusoftware.coldmirrorapp" + applicationId "com.coldmirrorapp" minSdkVersion 15 targetSdkVersion 28 versionCode versionBuild - versionName "1.3.15" + versionBuild + versionName "1.3." + versionBuild } buildTypes { diff --git a/app/version.properties b/app/version.properties index 6dfd190..4f540b1 100644 --- a/app/version.properties +++ b/app/version.properties @@ -1,2 +1,2 @@ -#Wed Dec 26 13:14:54 CET 2018 -VERSION_BUILD=25 +#Wed Dec 26 13:36:30 CET 2018 +VERSION_BUILD=1529