mirror of
https://github.com/fumiama/simple-dict-android.git
synced 2026-06-20 02:40:27 +08:00
v1.2
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user