Upgrade library dependencies

This commit is contained in:
Herbert Reiter
2021-12-25 15:53:55 +01:00
parent bb52a69ff7
commit e2cda6afb1
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ android {
dependencies {
implementation 'net.moasdawiki:moasdawiki-server:2.6.1'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.preference:preference:1.1.1'
compileOnly 'org.jetbrains:annotations:21.0.1'
compileOnly 'org.jetbrains:annotations:22.0.0'
testImplementation 'org.testng:testng:7.4.0'
}