Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
programminghoch10 committed Dec 5, 2024
1 parent a67c819 commit 2763f41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions revanced-android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.7.1' apply false
id 'com.android.library' version '8.7.1' apply false
id 'com.android.application' version '8.7.3' apply false
id 'com.android.library' version '8.7.3' apply false
}
9 changes: 1 addition & 8 deletions revanced-android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,7 @@ dependencyResolutionManagement {
mavenCentral()
google()
maven {
url = uri("https://maven.pkg.github.com/revanced/revanced-patcher")
credentials {
username = githubUsername
password = githubPassword
}
}
maven {
url = uri("https://maven.pkg.github.com/revanced/jadb")
url = uri("https://maven.pkg.github.com/revanced/registry")
credentials {
username = githubUsername
password = githubPassword
Expand Down

0 comments on commit 2763f41

Please sign in to comment.