From b3a51f064c4dfb27f54cd9526803338d2e8dc296 Mon Sep 17 00:00:00 2001
From: Runt <qingingrunt2010@qq.com>
Date: Sat, 13 Aug 2022 16:26:49 +0000
Subject: [PATCH] 添加注释,部分优化

---
 settings.gradle |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/settings.gradle b/settings.gradle
index 9563052..8038405 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -4,6 +4,8 @@
         google()
         mavenCentral()
         jcenter() // Warning: this repository is going to shut down soon
+        maven { url 'https://artifact.bytedance.com/repository/pangle' }
+        maven { url "https://jitpack.io" }
     }
 }
 rootProject.name = "OpemMvvm"

--
Gitblit v1.9.1