Skip to content

Commit

Permalink
update versions, disable auto publish
Browse files Browse the repository at this point in the history
  • Loading branch information
stslex committed Apr 23, 2024
1 parent 674c953 commit f32c1be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_deploy_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Android Deploy Beta

on:
push:
branches: [ dev ]
branches: [ main ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/android_deploy_prod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Android Deploy Prod

on:
push:
branches: [ main ]
workflow_dispatch:

jobs:
Expand Down
17 changes: 9 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
[versions]
androidDesugarJdkLibs = "2.0.4"
kotlin = "1.9.23"
androidGradlePlugin = "8.3.1"
androidGradlePlugin = "8.3.2"

minSdk = "28"
targetSdk = "34"
compileSdk = "34"
versionName = "1.72"
versionCode = "18"

ktx = "1.12.0"
ktx = "1.13.0"
material = "1.11.0"
appcompat = "1.6.1"
immutableCollection = "0.3.5"
lifecycle = "2.7.0"
coroutines = "1.7.3"

composeCompiler = "1.5.11"
composeBom = "2024.03.00"
composeNavigation = "2.7.2"
#suppress UnusedProperty
composeCompiler = "1.5.12"
composeBom = "2024.04.01"
composeNavigation = "2.7.7"
accompanist = "0.30.0"
coilCompose = "2.4.0"
coilCompose = "2.5.0"
composeActivity = "1.9.0"

ktor = "2.3.6"
ktorAndroid = "2.2.4"
Expand Down Expand Up @@ -54,7 +55,7 @@ lifecycle-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-
coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "coroutines" }
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }

androidx-compose-activity = "androidx.activity:activity-compose:1.8.2"
androidx-compose-activity = { group = "androidx.activity", name = "activity-compose", version.ref = "composeActivity" }
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" }
androidx-compose-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
Expand Down

0 comments on commit f32c1be

Please sign in to comment.