Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 9cbaf28

Browse files
committed
changes in native side
1 parent f36b8c6 commit 9cbaf28

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

example/dapp/android/app/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ android {
8080
}
8181
}
8282

83-
signingConfigs {
84-
debug {
85-
storeFile file(keystoreProperties['WC_FILENAME'])
86-
storePassword keystoreProperties['WC_STORE_PASSWORD']
87-
keyAlias keystoreProperties['WC_KEYSTORE_ALIAS']
88-
keyPassword keystoreProperties['WC_KEY_PASSWORD']
89-
}
90-
}
83+
// signingConfigs {
84+
// debug {
85+
// storeFile file(keystoreProperties['WC_FILENAME'])
86+
// storePassword keystoreProperties['WC_STORE_PASSWORD']
87+
// keyAlias keystoreProperties['WC_KEYSTORE_ALIAS']
88+
// keyPassword keystoreProperties['WC_KEY_PASSWORD']
89+
// }
90+
// }
9191

9292
buildTypes {
9393
release {

example/dapp/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.1.1'
9+
classpath 'com.android.tools.build:gradle:8.7.2'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
}
1212
}

example/dapp/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
#Tue Dec 17 10:48:23 CET 2024
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
5+
networkTimeout=10000
6+
validateDistributionUrl=true
37
zipStoreBase=GRADLE_USER_HOME
48
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip

0 commit comments

Comments
 (0)