Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed Nov 15, 2023
1 parent 6983624 commit 7220e2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
minSdk = 24
targetSdk = 34
versionCode = gitCommitCount
versionName = '1.5.0'
resConfigs "en", "zh-rCN", "zh-rTW"
versionName = '1.6.0'
resourceConfigurations += ['en', 'zh-rCN', 'zh-rTW']
}

signingConfigs {
Expand Down Expand Up @@ -68,7 +68,7 @@ android {
}
}

lintOptions.checkReleaseBuilds false
lint.checkReleaseBuilds false
dependenciesInfo.includeInApk false
}

Expand All @@ -95,8 +95,8 @@ dependencies {
implementation 'com.google.android.material:material:1.10.0'

implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.fragment:fragment-ktx:1.6.1'
implementation 'androidx.recyclerview:recyclerview:1.3.1'
implementation 'androidx.fragment:fragment-ktx:1.6.2'
implementation 'androidx.recyclerview:recyclerview:1.3.2'

def lifecycleVersion = "2.6.2"
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion"
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pluginManagement {
mavenCentral()
}
plugins {
id("com.android.application") version "8.1.2"
id("com.android.library") version "8.1.2"
id("com.android.application") version "8.1.3"
id("com.android.library") version "8.1.3"
id("org.jetbrains.kotlin.android") version "1.9.10"
}
}
Expand Down

0 comments on commit 7220e2c

Please sign in to comment.