From 18f7993797a445f033783132ca8d2c54961419c0 Mon Sep 17 00:00:00 2001
From: nilupeng <qingingrunt2010@qq.com>
Date: Thu, 11 Aug 2022 07:49:09 +0000
Subject: [PATCH] drawable tint问题

---
 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