From cd1f6423f4db9d0764e555cfb488af596d37aedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=93=9D=E4=BA=91Reyes?= Date: Wed, 18 May 2022 17:43:41 +0800 Subject: [PATCH] Update build.gradle.kts --- build.gradle.kts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 28a9751..2060c45 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,10 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { - maven { - setUrl("http://192.168.1.5:8081/repository/maven-public/") - isAllowInsecureProtocol = true - } google() mavenCentral() maven("https://api.xposed.info") @@ -21,4 +17,4 @@ buildscript { tasks.register("Delete", Delete::class) { delete(rootProject.buildDir) -} \ No newline at end of file +}