Browse Source

添加 badgeview.aar.

imndx 2 years ago
parent
commit
71a6331f5c

+ 2 - 0
badgeview/build.gradle

@@ -0,0 +1,2 @@
+configurations.maybeCreate("default")
+artifacts.add("default", file('jetified-badgeview-1.1.3.aar'))

BIN
badgeview/jetified-badgeview-1.1.3.aar


+ 5 - 0
badgeview/readme.md

@@ -0,0 +1,5 @@
+## 说明
+由于作者不在维护,有时不能正常从仓库下载,故将`aar`直接放在这儿
+
+源码代码在[BadgeView](https://github.com/qstumn/BadgeView)
+

+ 0 - 2
chat/build.gradle

@@ -62,7 +62,6 @@ dependencies {
     annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.1'
     implementation 'androidx.multidex:multidex:2.0.1'
 
-    implementation 'q.rorbin:badgeview:1.1.3'
     implementation project(':push')
 
     implementation 'com.github.tiann:FreeReflection:3.1.0'
@@ -86,7 +85,6 @@ dependencies {
 //    implementation project(':pttclient')
 
     implementation 'com.jakewharton:butterknife:10.2.1'
-    implementation 'q.rorbin:badgeview:1.1.3'
 
     implementation 'com.lqr.adapter:library:1.0.2'
     implementation 'com.jaeger.statusbaruitl:library:1.3.5'

BIN
chat/uikit_aars/jetified-badgeview-1.1.3.aar


+ 1 - 0
settings.gradle

@@ -5,6 +5,7 @@ include ':client',
     ':mars-core-release',
     // 如果不能从网络下载webrtc时,请取消下面的注释
     ':webrtc',
+    ':badgeview',
     ':uvccamera',
     ':emojilibrary',
     ':imagepicker',

+ 2 - 1
uikit/build.gradle

@@ -62,13 +62,14 @@ dependencies {
     api project(':client')
     api project(':avenginekit')
     api project(':pttclient')
+    api project(':badgeview')
+
     implementation project(':emojilibrary')
     implementation project(':imagepicker')
 
     implementation 'com.lqr.adapter:library:1.0.2'
     implementation 'com.jaeger.statusbaruitl:library:1.3.5'
 
-    api 'q.rorbin:badgeview:1.1.3'
     api 'androidx.appcompat:appcompat:1.3.0-alpha01'
     api 'com.google.android.material:material:1.6.1'
     implementation 'cjt.library.wheel:camera:1.1.9'