我是Android应用程序开发的新手。我已经构建了具有类基本活动的简单android库 BaseActivity
我已将库上传到github:https://github.com/ubheamar/android_core/
现在我正在尝试使用jitpack来获取android项目的库。
implementation 'com.github.ubheamar:android_core:master-SNAPSHOT'
但是当我在我的另一个项目中使用这个库时,android studio会变慢。