Skip to content

Commit 3956ac4

Browse files
committed
chore: Change gradle dist url for F-Droid
Signed-off-by: starry-shivam <starry@krsh.dev>
1 parent ebbcb46 commit 3956ac4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId "com.starry.myne"
2828
minSdk 26
2929
targetSdk 36
30-
versionCode 470
31-
versionName "4.7.0"
30+
versionCode 471
31+
versionName "4.7.1"
3232

3333
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3434
vectorDrawables {
File renamed without changes.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0-milestone-1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)