Explorar o código

Updated dependencies

Vadik Sirekanyan %!s(int64=2) %!d(string=hai) anos
pai
achega
165b797bf9
Modificáronse 5 ficheiros con 21 adicións e 21 borrados
  1. 1 1
      NOTICE
  2. 5 5
      app/build.gradle.kts
  3. 3 3
      build.gradle.kts
  4. 2 2
      gradle/wrapper/gradle-wrapper.properties
  5. 10 10
      gradlew.bat

+ 1 - 1
NOTICE

@@ -1,3 +1,3 @@
 Outline Keeper for Android
 Outline Keeper for Android
-Copyright 2023 Vadik Sirekanyan
+Copyright 2023—2024 Vadik Sirekanyan
 https://sirekanyan.org
 https://sirekanyan.org

+ 5 - 5
app/build.gradle.kts

@@ -76,7 +76,7 @@ android {
         compose = true
         compose = true
     }
     }
     composeOptions {
     composeOptions {
-        kotlinCompilerExtensionVersion = "1.5.7"
+        kotlinCompilerExtensionVersion = "1.5.8"
     }
     }
     packaging {
     packaging {
         resources {
         resources {
@@ -92,10 +92,10 @@ dependencies {
     implementation("androidx.compose.material3:material3:1.1.2")
     implementation("androidx.compose.material3:material3:1.1.2")
 
 
     // ktor
     // ktor
-    implementation("io.ktor:ktor-client-okhttp:2.3.7")
-    implementation("io.ktor:ktor-client-content-negotiation:2.3.7")
-    implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.7")
-    implementation("org.slf4j:slf4j-simple:2.0.10")
+    implementation("io.ktor:ktor-client-okhttp:2.3.8")
+    implementation("io.ktor:ktor-client-content-negotiation:2.3.8")
+    implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.8")
+    implementation("org.slf4j:slf4j-simple:2.0.11")
 
 
     // sqldelight
     // sqldelight
     implementation("app.cash.sqldelight:android-driver:2.0.1")
     implementation("app.cash.sqldelight:android-driver:2.0.1")

+ 3 - 3
build.gradle.kts

@@ -1,8 +1,8 @@
 plugins {
 plugins {
-    val kotlinVersion = "1.9.21"
-    id("com.android.application") version "8.2.0" apply false
+    val kotlinVersion = "1.9.22"
+    id("com.android.application") version "8.2.2" apply false
     kotlin("android") version kotlinVersion apply false
     kotlin("android") version kotlinVersion apply false
     kotlin("plugin.serialization") version kotlinVersion apply false
     kotlin("plugin.serialization") version kotlinVersion apply false
     id("app.cash.sqldelight") version "2.0.1" apply false
     id("app.cash.sqldelight") version "2.0.1" apply false
-    id("org.sirekanyan.version-checker") version "1.0.9" apply false
+    id("org.sirekanyan.version-checker") version "1.0.10" apply false
 }
 }

+ 2 - 2
gradle/wrapper/gradle-wrapper.properties

@@ -1,7 +1,7 @@
 distributionBase=GRADLE_USER_HOME
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 distributionPath=wrapper/dists
-distributionSha256Sum=9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
+distributionSha256Sum=9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
 networkTimeout=10000
 networkTimeout=10000
 validateDistributionUrl=true
 validateDistributionUrl=true
 zipStoreBase=GRADLE_USER_HOME
 zipStoreBase=GRADLE_USER_HOME

+ 10 - 10
gradlew.bat

@@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
 %JAVA_EXE% -version >NUL 2>&1
 %JAVA_EXE% -version >NUL 2>&1
 if %ERRORLEVEL% equ 0 goto execute
 if %ERRORLEVEL% equ 0 goto execute
 
 
-echo.
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
+echo. 1>&2
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
 
 
 goto fail
 goto fail
 
 
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
 
 
 if exist "%JAVA_EXE%" goto execute
 if exist "%JAVA_EXE%" goto execute
 
 
-echo.
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
+echo. 1>&2
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
 
 
 goto fail
 goto fail