Minor dependency and readme update.

This commit is contained in:
Miku AuahDark
2023-04-17 21:09:13 +08:00
parent 5d34bf94f3
commit f9eca86935
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -67,6 +67,6 @@ android {
dependencies {
api 'androidx.multidex:multidex:2.0.1'
api fileTree(dir: 'libs', include: ['*.jar'])
api 'androidx.appcompat:appcompat:1.5.1'
api 'androidx.appcompat:appcompat:1.6.1'
api project(':love')
}