Tweak code

This commit is contained in:
vfsfitvnm
2022-10-02 16:57:07 +02:00
parent 917e194d63
commit a136b4f9d6
11 changed files with 227 additions and 249 deletions

View File

@@ -5,10 +5,6 @@ plugins {
}
android {
signingConfigs {
create("release") {
}
}
compileSdk = 33
defaultConfig {
@@ -65,10 +61,6 @@ android {
freeCompilerArgs += "-Xcontext-receivers"
jvmTarget = "1.8"
}
packagingOptions {
resources.excludes.add("META-INF/INDEX.LIST")
}
}
kapt {