Skip to content

Commit

Permalink
Version 3.8.0: application ID set to ".v3"
Browse files Browse the repository at this point in the history
  • Loading branch information
dzlabing committed Sep 1, 2020
1 parent 05611b2 commit c29fb54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RMBTAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ android {
}

defaultConfig {
applicationId "at.alladin.rmbt.android"
applicationId "at.alladin.rmbt.android.v3"
manifestPlaceholders = [googleMapsApiKey:appSecretProperties['googleMapsApiKey']]
minSdkVersion 15
targetSdkVersion 29
versionCode 30710
versionName "3.7.10"
versionCode 30800
versionName "3.8.00"
buildConfigField "long", "BUILD_TIMESTAMP", System.currentTimeMillis() + "L"
buildConfigField "int", "LOOP_MODE_UNLOCK_CODE",appSecretProperties['loopModeUnlockCode']
buildConfigField "int", "LOOP_MODE_LOCK_CODE",appSecretProperties['loopModeLockCode']
Expand Down

0 comments on commit c29fb54

Please sign in to comment.