修改ui,完成公会功能

This commit is contained in:
wushaocheng
2022-10-20 00:53:01 +08:00
parent 55353e8159
commit 5bb7ffbf39
51 changed files with 503 additions and 173 deletions

View File

@@ -178,6 +178,9 @@ def Lombok = "1.18.18"
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar','*.aar'])
implementation fileTree(dir: 'aliyun-libs', include: ['*.jar','*.aar'])
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.4.+'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'