Update dependencies
This commit is contained in:
+5
-5
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user