Skip to content

Commit

Permalink
make change to kotlin version for allowing gradle to build
Browse files Browse the repository at this point in the history
  • Loading branch information
u7648330 committed Oct 27, 2024
1 parent aa5c4b5 commit 87eb5ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/content_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
app:useSimpleSummaryProvider="true" />

<ListPreference
android:defaultValue="@string/default_localization_key"
android:defaultValue="@string/default_font_key"
android:entries="@array/app_font_name"
android:entryValues="@array/app_font_code"
android:key="@string/app_font_key"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.9.10'
ext.kotlin_version = '1.9.21'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 87eb5ac

Please sign in to comment.