feat
This commit is contained in:
@@ -2,18 +2,18 @@ apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
signingConfigs { release {
|
||||
storeFile file('../keystore/gamehall.keystore')
|
||||
storePassword 'tswl2015'
|
||||
keyPassword 'tswl2015'
|
||||
storeFile file('G:\\Works\\YouleApp\\android\\tsgame_android\\keystore\\daoqi_game_1.keystore')
|
||||
storePassword 'tswl0791'
|
||||
keyPassword 'tswl0791'
|
||||
keyAlias = 'gamehall'
|
||||
v1SigningEnabled true
|
||||
v2SigningEnabled true
|
||||
}
|
||||
|
||||
debug {
|
||||
storeFile file('../keystore/gamehall.keystore')
|
||||
storePassword 'tswl2015'
|
||||
keyPassword 'tswl2015'
|
||||
storeFile file('G:\\Works\\YouleApp\\android\\tsgame_android\\keystore\\daoqi_game_1.keystore')
|
||||
storePassword 'tswl0791'
|
||||
keyPassword 'tswl0791'
|
||||
keyAlias = 'gamehall'
|
||||
v1SigningEnabled true
|
||||
v2SigningEnabled true
|
||||
@@ -24,7 +24,7 @@ android {
|
||||
buildToolsVersion '33.0.0'
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.jx.jyhd"
|
||||
applicationId "com.daoqi.lobby"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
versionCode= 3
|
||||
|
||||
Reference in New Issue
Block a user