Skip to content

Commit

Permalink
!fix: Build failure due to Jcenter sunset (reopen #160)
Browse files Browse the repository at this point in the history
  • Loading branch information
deltazefiro committed Oct 20, 2024
1 parent 57d8ea0 commit f2605f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ buildscript {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
// noinspection JcenterRepositoryObsolete
jcenter() // For providing `de.robv.android.xposed:api:82`
maven { url 'https://api.xposed.info'}
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.1'
Expand All @@ -17,8 +16,7 @@ allprojects {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
// noinspection JcenterRepositoryObsolete
jcenter() // For providing `de.robv.android.xposed:api:82`
maven { url 'https://api.xposed.info'}
}
}

Expand Down

0 comments on commit f2605f5

Please sign in to comment.