修改微信分享为Intent分享,不依赖sdk
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\\harmonyos\\tsgame_ohos\\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\\harmonyos\\tsgame_ohos\\keystore\\daoqi_game_1.keystore')
|
||||
storePassword 'tswl0791'
|
||||
keyPassword 'tswl0791'
|
||||
keyAlias = 'gamehall'
|
||||
v1SigningEnabled true
|
||||
v2SigningEnabled true
|
||||
|
||||
Reference in New Issue
Block a user