Skip to content

Commit ef14d50

Browse files
committed
Prepare for Android 14
1 parent e188256 commit ef14d50

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

app/build.gradle

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.androidx_navigation_version = "2.6.0"
2+
ext.androidx_navigation_version = "2.7.5"
33
ext.androidx_lifecycle_version = "2.6.2"
44
}
55

@@ -12,13 +12,12 @@ plugins {
1212

1313
android {
1414
namespace 'com.github.muellerma.tabletoptools'
15-
compileSdkVersion 33
16-
buildToolsVersion "33.0.0"
1715

1816
defaultConfig {
1917
applicationId "com.github.muellerma.tabletoptools"
2018
minSdkVersion 21
21-
targetSdkVersion 33
19+
targetSdkVersion 34
20+
compileSdk 34
2221
versionCode 24
2322
versionName "1.23"
2423

@@ -56,10 +55,10 @@ android {
5655

5756
dependencies {
5857
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
59-
implementation "androidx.core:core-ktx:1.10.1"
58+
implementation "androidx.core:core-ktx:1.12.0"
6059
implementation "androidx.appcompat:appcompat:1.6.1"
61-
implementation "androidx.fragment:fragment-ktx:1.6.1"
62-
implementation "com.google.android.material:material:1.9.0"
60+
implementation "androidx.fragment:fragment-ktx:1.6.2"
61+
implementation "com.google.android.material:material:1.10.0"
6362
implementation "androidx.preference:preference-ktx:1.2.1"
6463
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
6564
implementation "androidx.navigation:navigation-fragment-ktx:$androidx_navigation_version"

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = "1.9.10"
4-
ext.about_libraries_version = "10.8.3"
3+
ext.kotlin_version = "1.9.20"
4+
ext.about_libraries_version = "10.9.2"
55
repositories {
66
google()
77
mavenCentral()

0 commit comments

Comments
 (0)