File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11buildscript {
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
1313android {
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
5756dependencies {
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 "
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
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()
You can’t perform that action at this time.
0 commit comments