Skip to content

Commit

Permalink
fix: fix fdroid build by remove unverified repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Sep 11, 2021
1 parent b72d273 commit f9269eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ buildscript {
*/

repositories {
maven { url 'https://maven.aliyun.com/repository/google' }
google()
mavenCentral()
}
Expand Down Expand Up @@ -50,7 +49,6 @@ plugins {

allprojects {
repositories {
maven { url 'https://maven.aliyun.com/repository/google' }
google()
mavenCentral()
}
Expand Down

0 comments on commit f9269eb

Please sign in to comment.