We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec4370 commit 6baee10Copy full SHA for 6baee10
android/cssom/build.gradle
@@ -65,4 +65,5 @@ task copy_aar(type: Copy) {
65
66
afterEvaluate {
67
copy_aar.dependsOn(assembleRelease)
68
+ copy_aar.dependsOn(bundleStaticLibRelease)
69
}
android/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
-#Sun May 24 21:20:36 EEST 2020
+#Wed Mar 26 12:55:23 EET 2025
2
distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
5
zipStoreBase=GRADLE_USER_HOME
6
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
0 commit comments