App: Upgrade to latest AGP

This commit is contained in:
Katana
2024-03-05 22:12:02 +08:00
parent 6f3cfa9e16
commit f6d1423d49
3 changed files with 2 additions and 2 deletions

View File

@@ -63,6 +63,5 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation fileTree(include: ['*.aar'], dir: 'libs')
implementation "androidx.annotation:annotation:1.7.1"
implementation 'com.jakewharton.android.repackaged:dalvik-dx:11.0.0_r3'
}