Update dependencies

This commit is contained in:
Herbert Reiter
2020-09-08 22:43:28 +02:00
parent 75b29b5fde
commit 306fdd8938
3 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -6,8 +6,8 @@ android {
applicationId "net.moasdawiki.app"
minSdkVersion 26 // 26 = Oreo 8.0
targetSdkVersion 29 // should be same as compileSdkVersion
versionCode 16
versionName "2.2.1.0"
versionCode 17
versionName "2.2.1.1"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
}
sourceSets {
@@ -26,8 +26,8 @@ android {
dependencies {
implementation 'net.moasdawiki:moasdawiki-server:2.2.0'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.preference:preference:1.1.0'
compileOnly 'org.jetbrains:annotations:18.0.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.preference:preference:1.1.1'
compileOnly 'org.jetbrains:annotations:19.0.0'
testImplementation 'org.testng:testng:6.14.3'
}