Update a few plugins, clean up androidx list
This commit is contained in:
parent
bb7bf7c8ac
commit
4f776d3845
|
@ -21,8 +21,7 @@ allprojects {
|
||||||
projectVersionName = '4.0.9'
|
projectVersionName = '4.0.9'
|
||||||
|
|
||||||
globalCompileSdkVersion = 29
|
globalCompileSdkVersion = 29
|
||||||
globalBuildToolsVersion = '29.0.2'
|
globalBuildToolsVersion = "29.0.3"
|
||||||
|
|
||||||
|
|
||||||
globalMinSdkVersion = 19
|
globalMinSdkVersion = 19
|
||||||
globalTargetSdkVersion = 29
|
globalTargetSdkVersion = 29
|
||||||
|
@ -39,14 +38,13 @@ allprojects {
|
||||||
subprojects {
|
subprojects {
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
kotlinVersion = '1.3.61'
|
kotlinVersion = '1.3.72'
|
||||||
pluginVersions = [
|
pluginVersions = [
|
||||||
AndroidSvgDrawable: '3.0.0',
|
AndroidSvgDrawable: '3.0.0',
|
||||||
PlayServices : '4.3.3',
|
PlayServices : '4.3.3',
|
||||||
]
|
]
|
||||||
libVersions = [
|
libVersions = [
|
||||||
Kotlin : "${kotlinVersion}",
|
Kotlin : "${kotlinVersion}",
|
||||||
SupportLib : '26.1.0',
|
|
||||||
SupportTest : '1.0.0',
|
SupportTest : '1.0.0',
|
||||||
MariotakuCommons : '0.9.20',
|
MariotakuCommons : '0.9.20',
|
||||||
RestFu : '0.9.60',
|
RestFu : '0.9.60',
|
||||||
|
|
|
@ -161,21 +161,18 @@ dependencies {
|
||||||
|
|
||||||
|
|
||||||
/** Android support **/
|
/** Android support **/
|
||||||
implementation 'androidx.multidex:multidex:2.0.1'
|
|
||||||
implementation 'androidx.annotation:annotation:1.1.0'
|
implementation 'androidx.annotation:annotation:1.1.0'
|
||||||
implementation 'androidx.core:core:1.2.0'
|
|
||||||
implementation 'androidx.legacy:legacy-support-core-utils:1.0.0'
|
|
||||||
implementation 'androidx.legacy:legacy-support-core-ui:1.0.0'
|
|
||||||
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||||
implementation 'androidx.cardview:cardview:1.0.0'
|
|
||||||
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
|
||||||
implementation 'androidx.palette:palette:1.0.0'
|
|
||||||
implementation 'androidx.legacy:legacy-preference-v14:1.0.0'
|
|
||||||
implementation 'androidx.browser:browser:1.2.0'
|
implementation 'androidx.browser:browser:1.2.0'
|
||||||
|
implementation 'androidx.cardview:cardview:1.0.0'
|
||||||
|
implementation 'androidx.core:core:1.2.0'
|
||||||
implementation 'androidx.drawerlayout:drawerlayout:1.1.0-alpha01'
|
implementation 'androidx.drawerlayout:drawerlayout:1.1.0-alpha01'
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.exifinterface:exifinterface:1.1.0'
|
implementation 'androidx.exifinterface:exifinterface:1.1.0'
|
||||||
|
implementation 'androidx.legacy:legacy-support-core-ui:1.0.0'
|
||||||
|
implementation 'androidx.multidex:multidex:2.0.1'
|
||||||
|
implementation 'androidx.palette:palette:1.0.0'
|
||||||
|
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||||
|
implementation 'com.google.android.material:material:1.1.0'
|
||||||
|
|
||||||
|
|
||||||
/** Third-party dependencies **/
|
/** Third-party dependencies **/
|
||||||
|
@ -274,6 +271,7 @@ dependencies {
|
||||||
// Stetho dependency, see https://g.co/androidstudio/app-test-app-conflict
|
// Stetho dependency, see https://g.co/androidstudio/app-test-app-conflict
|
||||||
debugImplementation 'com.google.code.findbugs:jsr305:3.0.2'
|
debugImplementation 'com.google.code.findbugs:jsr305:3.0.2'
|
||||||
|
|
||||||
|
|
||||||
/** Testing **/
|
/** Testing **/
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
|
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
|
||||||
|
|
Loading…
Reference in New Issue