修改微信分享为Intent分享,不依赖sdk

This commit is contained in:
2026-03-05 18:32:09 +08:00
parent c458f3c707
commit 64ae57f7f2
6 changed files with 63 additions and 410 deletions

View File

@@ -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