Skip to content

Commit e012f81

Browse files
chore: update workflows andpackage dependencies (#154)
* Add renovate.json * fix(deps): update dependency com.android.tools:desugar_jdk_libs to v1.2.3 * chore(deps): update dependency gradle to v8.12 * chore(deps): update plugin com.android.application to v8.7.3 * fix(deps): update kotlin monorepo to v2.1.0 * fix(deps): update dependency com.android.tools:desugar_jdk_libs to v2 * Delete renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 020ff29 commit e012f81

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ dependencies {
132132
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
133133

134134
// Required by flutter_local_notifications
135-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.2'
135+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
136136
}
137137

138138
// Required by FDroid version policy.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allprojects {
2-
ext.kotlin_version = '2.0.10'
2+
ext.kotlin_version = '2.1.0'
33
repositories {
44
google()
55
mavenCentral()

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip

android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ pluginManagement {
1919

2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22-
id "com.android.application" version "8.5.0" apply false
23-
id "org.jetbrains.kotlin.android" version "2.0.10" apply false
22+
id "com.android.application" version "8.7.3" apply false
23+
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
2424
}
2525

2626
include ":app"

0 commit comments

Comments
 (0)