make change to kotlin version for allowing gradle to build

This commit is contained in:
Vivian Tran 2024-10-27 14:52:19 +11:00
parent aa5c4b5db6
commit 87eb5ac785
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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()