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

Commit 0ac2707

Browse files
committed
feat: use newer gradlew
1 parent fc65d8f commit 0ac2707

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ android.useAndroidX=true
1919
android.enableJetifier=true
2020
# Kotlin code style for this project: "official" or "obsolete":
2121
kotlin.code.style=official
22-
org.gradle.unsafe.configuration-cache=true
22+
org.gradle.unsafe.configuration-cache=true
23+
org.gradle.unsafe.configuration-cache-problems=warn
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Jan 02 16:59:54 CET 2022
1+
#Sat Aug 06 16:47:11 CEST 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)