Skip to content

Commit

Permalink
Merge pull request #45 from boschglobal/feature-42
Browse files Browse the repository at this point in the history
feature: Upgrade Libraries to enable reproducible builds
  • Loading branch information
SebastianSchildt authored Jan 24, 2024
2 parents b433d7d + e91a724 commit d1456d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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" }
Expand Down

0 comments on commit d1456d6

Please sign in to comment.