This commit is contained in:
renjianbo0118
2021-03-15 10:44:58 +08:00
parent b5fb4c1a2b
commit 85ef7c568b
13 changed files with 745 additions and 10 deletions

View File

@@ -145,6 +145,7 @@ android {
//引入ormlite
implementation 'com.j256.ormlite:ormlite-core:5.1'
implementation 'com.j256.ormlite:ormlite-android:5.1'
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'
}