mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
make change to kotlin version for allowing gradle to build
This commit is contained in:
parent
aa5c4b5db6
commit
87eb5ac785
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
||||||
app:useSimpleSummaryProvider="true" />
|
app:useSimpleSummaryProvider="true" />
|
||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:defaultValue="@string/default_localization_key"
|
android:defaultValue="@string/default_font_key"
|
||||||
android:entries="@array/app_font_name"
|
android:entries="@array/app_font_name"
|
||||||
android:entryValues="@array/app_font_code"
|
android:entryValues="@array/app_font_code"
|
||||||
android:key="@string/app_font_key"
|
android:key="@string/app_font_key"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.9.10'
|
ext.kotlin_version = '1.9.21'
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
Loading…
Add table
Reference in a new issue