1
0
Fork 0

added sha256 to the gradle-wrapper.properties to ensure valid gradle binary is used

This commit is contained in:
sspanak 2024-02-29 10:34:53 +02:00
parent cd7215b6fc
commit e2409f4354
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest <manifest
android:versionCode="382" android:versionCode="383"
android:versionName="28.0" android:versionName="28.0"
xmlns:android="http://schemas.android.com/apk/res/android"> xmlns:android="http://schemas.android.com/apk/res/android">

View file

@ -1,6 +1,7 @@
#Sat Feb 10 14:43:22 EET 2024 #Sat Feb 10 14:43:22 EET 2024
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionSha256Sum=38f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists