diff --git a/.github/workflows/create-github-release.yaml b/.github/workflows/create-github-release.yaml index 240baf9..aa2f1db 100644 --- a/.github/workflows/create-github-release.yaml +++ b/.github/workflows/create-github-release.yaml @@ -28,6 +28,9 @@ jobs: key_password: ${{ secrets.SIGNING_KEY_PASSWORD }} store_password: ${{ secrets.SIGNING_STORE_PASSWORD }} + # this artifact is referenced by f-droid, if the name or path changes the formula of the + # f-droid build also needs to be updated: + # https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/org.eclipse.kuksa.companion.yml - name: Rename release artefact run: mv app/build/outputs/apk/release/app-release.apk kuksa_companion_app.apk diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 899af41..519c9bb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -activityKtx = "1.8.1" +activityKtx = "1.8.2" androidGradlePlugin = "8.1.4" # Check with detekt table first: https://detekt.dev/docs/introduction/compatibility/ coreKtx = "1.12.0" datastore = "1.0.0" @@ -8,23 +8,23 @@ hiltAndroid = "2.49" javapoet = "1.13.0" junitVersion = "1.1.5" junit = "4.13.2" -kotlin = "1.9.20" +kotlin = "1.9.21" detekt = "1.23.3" composeRules = "0.0.26" ktlintGradle = "12.0.2" # ktLint Gradle Plugin Version: https://github.com/JLLeitschuh/ktlint-gradle/releases androidxAppCompat = "1.6.1" -androidxLifecycle = "2.6.2" -kotlinCompilerExtension = "1.5.4" +androidxLifecycle = "2.7.0" +kotlinCompilerExtension = "1.5.7" composeBom = "2023.10.01" jvmTarget = "17" kuksaSdk = "0.1.3" -lifecycleRuntimeCompose = "2.6.2" +lifecycleRuntimeCompose = "2.7.0" ramsesAar = "1.1.0" -navigationCompose = "2.7.5" +navigationCompose = "2.7.6" kotlinxSerializationJson = "1.6.1" constraintlayoutCompose = "1.0.1" -kotlinSerializationPlugin = "1.9.20" -ksp = "1.9.20-1.0.14" +kotlinSerializationPlugin = "1.9.21" +ksp = "1.9.21-1.0.15" [libraries] androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }