From 2f9ced74aed9408a78c197434af322cd16ac3cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20N=C3=BCsse?= Date: Tue, 10 Sep 2024 13:41:32 +0200 Subject: [PATCH] update dependencies --- app/build.gradle | 10 +++++----- .../timedsilence/fragments/graph/GraphFragment.kt | 2 +- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index da56f9cb..aedb465a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,19 +55,19 @@ repositories { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.google.android.material:material:1.11.0' + implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.3.2' - implementation 'com.google.android.material:material:1.12.0-alpha03' - implementation 'com.github.skydoves:balloon:1.3.9' + implementation 'com.google.android.material:material:1.12.0' + implementation 'com.github.skydoves:balloon:1.5.3' implementation 'com.github.AppIntro:AppIntro:6.3.1' implementation 'androidx.preference:preference-ktx:1.2.1' - implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2") implementation("androidx.core:core-splashscreen:1.0.1") } diff --git a/app/src/main/java/de/felixnuesse/timedsilence/fragments/graph/GraphFragment.kt b/app/src/main/java/de/felixnuesse/timedsilence/fragments/graph/GraphFragment.kt index 4c2f9c7c..5c183655 100644 --- a/app/src/main/java/de/felixnuesse/timedsilence/fragments/graph/GraphFragment.kt +++ b/app/src/main/java/de/felixnuesse/timedsilence/fragments/graph/GraphFragment.kt @@ -229,7 +229,7 @@ class GraphFragment : Fragment(), View.OnClickListener { * Required to dismiss old tooltips when a new was opened */ fun handleTooltipRight(context: Context, tooltip: String, view: View){ - view.showAlignLeft(getTooltip(context, tooltip, ArrowOrientation.RIGHT).build()) + view.showAlignLeft(getTooltip(context, tooltip, ArrowOrientation.END).build()) } diff --git a/build.gradle b/build.gradle index 4ccb4f38..ecccd63e 100644 --- a/build.gradle +++ b/build.gradle @@ -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.21' + ext.kotlin_version = '2.0.20' repositories { google() mavenCentral() @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.1.4' + classpath 'com.android.tools.build:gradle:8.4.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2e6ca392..6536ca87 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip