File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
example/reactnative/android/app Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments