Skip to content

Commit

Permalink
[chore] updates gradlew, kotlin and AGP.
Browse files Browse the repository at this point in the history
sets androidx.core to latest possible version for min-sdk 19.
updates backup-api to v1.4.0
  • Loading branch information
coderPaddyS committed Jan 8, 2025
1 parent ce58fe4 commit a887680
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-parcelize'

android {
namespace "privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist"
defaultConfig {
applicationId "privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist"
minSdkVersion 19
Expand Down Expand Up @@ -122,7 +123,7 @@ dependencies {
implementation "androidx.work:work-runtime-ktx:$work_version"
androidTestImplementation "androidx.work:work-testing:$work_version"

implementation "androidx.core:core-ktx:$kotlin_version"
implementation "androidx.core:core-ktx:1.9.0"

// Multi-Dex
def multidex_version = "2.0.1"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ buildscript {
google()
}

ext.kotlin_version = "1.9.10"
ext.kotlin_version = "2.0.21"
dependencies {
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'com.android.tools.build:gradle:8.3.2'
classpath 'me.tatarka:gradle-retrolambda:3.2.5'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Dec 09 15:57:39 CET 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a887680

Please sign in to comment.