mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-25 04:12:14 +00:00
Run AGP Upgrade Assistant
This commit is contained in:
parent
7c4a685db7
commit
e69a0c5923
26
build.gradle
26
build.gradle
@ -5,7 +5,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.0.4'
|
classpath 'com.android.tools.build:gradle:7.1.0'
|
||||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10'
|
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -75,23 +75,21 @@ android {
|
|||||||
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard.pro")
|
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard.pro")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
|
||||||
warning 'InvalidPackage'
|
|
||||||
ignore 'InvalidVectorPath'
|
|
||||||
}
|
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
exclude '/DebugProbesKt.bin'
|
jniLibs {
|
||||||
exclude '/kotlin/**.kotlin_builtins'
|
excludes += ['/okhttp3/internal/publicsuffix/*']
|
||||||
exclude '/kotlin/**.kotlin_metadata'
|
}
|
||||||
exclude '/META-INF/**.kotlin_module'
|
resources {
|
||||||
exclude '/META-INF/**.pro'
|
excludes += ['/DebugProbesKt.bin', '/kotlin/**.kotlin_builtins', '/kotlin/**.kotlin_metadata', '/META-INF/**.kotlin_module', '/META-INF/**.pro', '/META-INF/**.version', '/okhttp3/internal/publicsuffix/*']
|
||||||
exclude '/META-INF/**.version'
|
}
|
||||||
exclude '/okhttp3/internal/publicsuffix/*'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
def keystorePropertiesFile = rootProject.file('keystore.properties')
|
def keystorePropertiesFile = rootProject.file('keystore.properties')
|
||||||
|
lint {
|
||||||
|
ignore 'InvalidVectorPath'
|
||||||
|
warning 'InvalidPackage'
|
||||||
|
}
|
||||||
if (keystorePropertiesFile.exists()) {
|
if (keystorePropertiesFile.exists()) {
|
||||||
def keystoreProperties = new Properties()
|
def keystoreProperties = new Properties()
|
||||||
keystoreProperties.load(keystorePropertiesFile.newDataInputStream())
|
keystoreProperties.load(keystorePropertiesFile.newDataInputStream())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user