mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +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 {
|
||||
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'
|
||||
}
|
||||
}
|
||||
@ -75,23 +75,21 @@ android {
|
||||
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard.pro")
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
warning 'InvalidPackage'
|
||||
ignore 'InvalidVectorPath'
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude '/DebugProbesKt.bin'
|
||||
exclude '/kotlin/**.kotlin_builtins'
|
||||
exclude '/kotlin/**.kotlin_metadata'
|
||||
exclude '/META-INF/**.kotlin_module'
|
||||
exclude '/META-INF/**.pro'
|
||||
exclude '/META-INF/**.version'
|
||||
exclude '/okhttp3/internal/publicsuffix/*'
|
||||
jniLibs {
|
||||
excludes += ['/okhttp3/internal/publicsuffix/*']
|
||||
}
|
||||
resources {
|
||||
excludes += ['/DebugProbesKt.bin', '/kotlin/**.kotlin_builtins', '/kotlin/**.kotlin_metadata', '/META-INF/**.kotlin_module', '/META-INF/**.pro', '/META-INF/**.version', '/okhttp3/internal/publicsuffix/*']
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
def keystorePropertiesFile = rootProject.file('keystore.properties')
|
||||
lint {
|
||||
ignore 'InvalidVectorPath'
|
||||
warning 'InvalidPackage'
|
||||
}
|
||||
if (keystorePropertiesFile.exists()) {
|
||||
def keystoreProperties = new Properties()
|
||||
keystoreProperties.load(keystorePropertiesFile.newDataInputStream())
|
||||
|
Loading…
x
Reference in New Issue
Block a user