This repository was archived by the owner on Feb 24, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed
Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 1+ # Tue Dec 17 10:48:23 CET 2024
12distributionBase =GRADLE_USER_HOME
23distributionPath =wrapper/dists
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9-bin.zip
5+ networkTimeout =10000
6+ validateDistributionUrl =true
37zipStoreBase =GRADLE_USER_HOME
48zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0-all.zip
You can’t perform that action at this time.
0 commit comments