|
|
@@ -4,16 +4,16 @@ apply plugin: 'com.android.application'
|
|
|
android {
|
|
|
signingConfigs {
|
|
|
udapda {
|
|
|
- keyAlias 'pda_smart_com_key'
|
|
|
+ keyAlias 'pdakeystone'
|
|
|
keyPassword 'pdakeystone'
|
|
|
- storeFile file('C:\\sigin\\pda_smart_com_keystone.jks')
|
|
|
+ storeFile file('C:\\sigin\\pda_smart_com_two_keystone.jks')
|
|
|
storePassword 'pdakeystone'
|
|
|
}
|
|
|
}
|
|
|
compileSdkVersion rootProject.ext.android.compileSdkVersion
|
|
|
buildToolsVersion rootProject.ext.android.buildToolsVersion
|
|
|
defaultConfig {
|
|
|
- applicationId "com.uas.pda_smart_com"
|
|
|
+ applicationId "com.uas.pda_smart_com_two"
|
|
|
minSdkVersion rootProject.ext.android.minSdkVersion
|
|
|
targetSdkVersion rootProject.ext.android.targetSdkVersion
|
|
|
versionCode rootProject.ext.android.versionCode
|
|
|
@@ -41,11 +41,11 @@ android {
|
|
|
if (outputFile != null && outputFile.name.endsWith('.apk')) {
|
|
|
if (variant.buildType.name.equals('release')) {
|
|
|
def releaseInfo = getVersionName()
|
|
|
- fileName = "UAS_PDA_SMART_COM_RELEASE_${releaseInfo}.apk"
|
|
|
+ fileName = "UAS_PDA_SMART_COM_TWO_RELEASE_${releaseInfo}.apk"
|
|
|
|
|
|
} else if (variant.buildType.name.equals('debug')) {
|
|
|
def debugInfo = getVersionName()
|
|
|
- fileName = "UAS_PDA_SMART_COM_DEBUG_${debugInfo}.apk"
|
|
|
+ fileName = "UAS_PDA_SMART_COM_TWO_DEBUG_${debugInfo}.apk"
|
|
|
}
|
|
|
outputFileName = fileName
|
|
|
}
|