From 16ac1bccc54645b81366ef455d1f2b78d21da2a7 Mon Sep 17 00:00:00 2001 From: Mysochenko Yuriy Date: Fri, 15 Sep 2023 22:11:36 +0300 Subject: [PATCH] targetSdk 34 --- app/build.gradle | 4 ++-- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index aa936d7a..b737c6f3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ android { defaultConfig { applicationId "com.activitymanager" minSdk 21 - targetSdk 33 + targetSdk 34 versionCode 542 versionName "5.4.2" @@ -85,7 +85,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.6.1" implementation "androidx.browser:browser:1.6.0" implementation "androidx.constraintlayout:constraintlayout:2.1.4" - 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.multidex:multidex:2.0.1" implementation "androidx.preference:preference-ktx:1.2.1" diff --git a/build.gradle b/build.gradle index 8902c9fb..9a94a89c 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.0.2' + classpath 'com.android.tools.build:gradle:8.1.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 15de9024..db9a6b82 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists