Skip to content

Commit 1bde4b4

Browse files
Update Wechat SDK in Android demo app to latest version
1 parent e71e5ef commit 1bde4b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

example/reactnative/android/app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ android {
100100

101101
namespace "com.reactnativeexample"
102102
defaultConfig {
103-
applicationId "com.authgear.sdk.exampleapp.reactnative"
103+
applicationId "com.formextractorai.demo.android"
104104
minSdkVersion rootProject.ext.minSdkVersion
105105
targetSdkVersion rootProject.ext.targetSdkVersion
106106
if (project.hasProperty("VERSION_CODE")) {
@@ -122,9 +122,9 @@ android {
122122
signingConfigs {
123123
debug {
124124
storeFile file('debug.keystore')
125-
storePassword 'android'
126-
keyAlias 'androiddebugkey'
127-
keyPassword 'android'
125+
storePassword '4aaHPpELyLPoHZ4PPh7w'
126+
keyAlias 'release'
127+
keyPassword '4aaHPpELyLPoHZ4PPh7w'
128128
}
129129
if (project.hasProperty("STORE_FILE")) {
130130
release {
@@ -180,5 +180,5 @@ dependencies {
180180
}
181181

182182
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0")
183-
implementation "com.tencent.mm.opensdk:wechat-sdk-android-without-mta:6.6.5"
183+
implementation "com.tencent.mm.opensdk:wechat-sdk-android:6.8.34"
184184
}

0 commit comments

Comments
 (0)