Skip to content

Commit

Permalink
2.5.0-alpha05
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tiurin committed Jun 24, 2024
1 parent 16cebed commit 1470a6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ permissions:
contents: read

on:
push:
branches:
- kmp
workflow_dispatch:

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kotlin.mpp.enableCInteropCommonization=true

GROUP=com.atiurin
POM_ARTIFACT_ID=ultron
VERSION_NAME=2.5.0-alpha04
VERSION_NAME=2.5.0-alpha05
6 changes: 3 additions & 3 deletions sample-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ android {
}

dependencies {
implementation("com.atiurin:ultron-android:2.5.0-alpha01")
implementation("com.atiurin:ultron-compose:2.5.0-alpha01")
implementation("com.atiurin:ultron-allure:2.5.0-alpha01")
implementation(project(":ultron-compose"))
implementation(project(":ultron-allure"))
implementation(project(":ultron-android"))
implementation(Libs.kotlinStdlib)
implementation(Libs.coroutines)
implementation(Libs.appcompat)
Expand Down

0 comments on commit 1470a6c

Please sign in to comment.