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 5, 2023
1 parent 58fc75b commit b948750
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ plugins {
android {
namespace 'com.github.muellerma.prepaidbalance'

compileSdkVersion 33
buildToolsVersion "33.0.0"
buildToolsVersion "34.0.0"

repositories {
maven { url "https://jitpack.io" }
Expand All @@ -18,7 +17,8 @@ android {
defaultConfig {
applicationId "com.github.muellerma.prepaidbalance"
minSdkVersion 26
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34
versionCode 32
versionName "2.3"

Expand Down Expand Up @@ -66,13 +66,13 @@ 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.fragment:fragment-ktx:1.6.1"
implementation "androidx.appcompat:appcompat:1.6.1"
implementation "androidx.preference:preference-ktx:1.2.1"
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation "com.google.android.material:material:1.9.0"
implementation "com.google.android.material:material:1.10.0"
implementation "androidx.work:work-runtime-ktx:$workmanager_version"
implementation "androidx.room:room-runtime:$room_version"
implementation "androidx.room:room-ktx:$room_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.room_version = "2.5.2"
ext.kotlin_version = "1.9.20"
ext.room_version = "2.6.0"
ext.workmanager_version = "2.8.1"
ext.about_libraries_version="10.8.3"

Expand Down

0 comments on commit b948750

Please sign in to comment.