forked from ReVanced/revanced-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: dependency and syntax updates (ReVanced#17)
* build: Update Gradle to v8.1.1 * build: Bump dependencies * build: move repo configurations to settings --------- Co-authored-by: Patryk Mis <24607131+PatrickMis@users.noreply.github.com>
- Loading branch information
Showing
7 changed files
with
302 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
buildscript { | ||
repositories { | ||
google() | ||
} | ||
} | ||
|
||
plugins { | ||
id("com.android.application") version "7.3.1" apply false | ||
id("com.android.library") version "7.3.1" apply false | ||
id("org.jetbrains.kotlin.android") version "1.8.0" apply false | ||
id("com.android.application") version "7.4.2" apply false | ||
id("com.android.library") version "7.4.2" apply false | ||
id("org.jetbrains.kotlin.android") version "1.8.20" apply false | ||
} | ||
repositories { | ||
google() | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#Fri Jan 27 01:52:21 TRT 2023 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip | ||
distributionPath=wrapper/dists | ||
zipStorePath=wrapper/dists | ||
distributionSha256Sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.