Skip to content

Commit

Permalink
Merge pull request #23 from dieechtenilente/master
Browse files Browse the repository at this point in the history
Changes version number
  • Loading branch information
AhiruSoftware authored Dec 26, 2018
2 parents 152b8ae + 710a9fe commit 76daec0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'com.android.application'
*/

android {
compileSdkVersion 27
compileSdkVersion 28
buildToolsVersion '28.0.3'

def versionPropsFile = file('version.properties')
Expand Down Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions app/version.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 76daec0

Please sign in to comment.