1
0
mirror of https://github.com/fumiama/simple-dict-android.git synced 2026-06-20 02:40:27 +08:00
This commit is contained in:
fumiama
2021-02-18 00:27:11 +08:00
parent 85428c591c
commit c82f715f55
8 changed files with 41 additions and 30 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId "top.fumiama.simpledict"
minSdkVersion 26
targetSdkVersion 30
versionCode 3
versionName '1.1.1'
versionCode 4
versionName '1.2'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -54,7 +54,6 @@ android {
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
@@ -82,7 +81,6 @@ andResGuard {
// it's always better to remove duplicated resource from repo
mergeDuplicatedRes = true
whiteList = [
"R.drawable.load",
// your icon
"R.drawable.icon",
// for fabric
@@ -94,14 +92,9 @@ andResGuard {
"R.string.ga_trackingId",
"R.string.firebase_database_url",
"R.string.google_api_key",
"R.string.google_crash_reporting_api_key",
"R.font.*"
"R.string.google_crash_reporting_api_key"
]
compressFilePattern = [
"*.png",
"*.jpg",
"*.jpeg",
"*.gif",
"resources.arsc"
]
sevenzip {