Skip to content

Commit

Permalink
Prepare for Android 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mueller-ma committed Nov 6, 2023
1 parent e188256 commit ef14d50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.androidx_navigation_version = "2.6.0"
ext.androidx_navigation_version = "2.7.5"
ext.androidx_lifecycle_version = "2.6.2"
}

Expand All @@ -12,13 +12,12 @@ plugins {

android {
namespace 'com.github.muellerma.tabletoptools'
compileSdkVersion 33
buildToolsVersion "33.0.0"

defaultConfig {
applicationId "com.github.muellerma.tabletoptools"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
compileSdk 34
versionCode 24
versionName "1.23"

Expand Down Expand Up @@ -56,10 +55,10 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.core:core-ktx:1.10.1"
implementation "androidx.core:core-ktx:1.12.0"
implementation "androidx.appcompat:appcompat:1.6.1"
implementation "androidx.fragment:fragment-ktx:1.6.1"
implementation "com.google.android.material:material:1.9.0"
implementation "androidx.fragment:fragment-ktx:1.6.2"
implementation "com.google.android.material:material:1.10.0"
implementation "androidx.preference:preference-ktx:1.2.1"
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation "androidx.navigation:navigation-fragment-ktx:$androidx_navigation_version"
Expand Down
4 changes: 2 additions & 2 deletions 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.about_libraries_version = "10.8.3"
ext.kotlin_version = "1.9.20"
ext.about_libraries_version = "10.9.2"
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit ef14d50

Please sign in to comment.