Merge pull request #5707 from TacoTheDank/gradleDeprecations

Fix some gradle deprecations
This commit is contained in:
ByteHamster 2022-02-12 23:25:43 +01:00 committed by GitHub
commit 924543b020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 44 additions and 18 deletions

View File

@ -43,8 +43,8 @@ android {
signingConfigs {
releaseConfig {
v1SigningEnabled true
v2SigningEnabled true
enableV1Signing true
enableV2Signing true
if (project.hasProperty("releaseStoreFile")) {
storeFile file(releaseStoreFile)

View File

@ -1,9 +1,9 @@
android {
compileSdkVersion 31
compileSdk 31
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
minSdk 19
targetSdk 30
multiDexEnabled false
vectorDrawables.useSupportLibrary true

View File

@ -1,4 +1,6 @@
apply plugin: "com.android.library"
plugins {
id("com.android.library")
}
apply from: "../common.gradle"
apply from: "../playFlavor.gradle"

View File

@ -1,4 +1,6 @@
apply plugin: "com.android.library"
plugins {
id("com.android.library")
}
apply from: "../common.gradle"
dependencies {

View File

@ -1,4 +1,6 @@
apply plugin: "com.android.library"
plugins {
id("com.android.library")
}
apply from: "../common.gradle"
dependencies {

View File

@ -1,4 +1,6 @@
apply plugin: "com.android.library"
plugins {
id("com.android.library")
}
apply from: "../../common.gradle"
apply from: "../../playFlavor.gradle"

View File

@ -1,4 +1,6 @@
apply plugin: "com.android.library"
plugins {
id("com.android.library")
}
apply from: "../../../common.gradle"
dependencies {

View File

@ -1,4 +1,6 @@
apply plugin: "com.android.library"
plugins {
id("com.android.library")
}
apply from: "../../../common.gradle"
dependencies {

View File

@ -1,4 +1,6 @@
apply plugin: "com.android.library"
plugins {
id("com.android.library")
}
apply from: "../../common.gradle"
android {

View File

@ -1,4 +1,6 @@
apply plugin: "com.android.library"
plugins {
id("com.android.library")
}
apply from: "../../common.gradle"
dependencies {

View File

@ -1,4 +1,6 @@
apply plugin: "com.android.library"
plugins {
id("com.android.library")
}
apply from: "../../common.gradle"
dependencies {

View File

@ -1,4 +1,6 @@
apply plugin: "com.android.library"
plugins {
id("com.android.library")
}
apply from: "../../common.gradle"
apply from: "../../playFlavor.gradle"

View File

@ -1,4 +1,6 @@
apply plugin: "com.android.library"
plugins {
id("com.android.library")
}
apply from: "../../common.gradle"
dependencies {

View File

@ -1,4 +1,6 @@
apply plugin: "com.android.library"
plugins {
id("com.android.library")
}
apply from: "../../common.gradle"
dependencies {

View File

@ -1,4 +1,6 @@
apply plugin: "com.android.library"
plugins {
id("com.android.library")
}
apply from: "../../common.gradle"
android {