Skip to content

Commit

Permalink
release-2.5.0-alpha15
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tiurin committed Aug 7, 2024
1 parent b483429 commit a226de5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: AndroidCI
name: MultiplatformCI

on:
push:
Expand All @@ -17,4 +17,4 @@ jobs:
java-version: '17'

- name: Compile framework
run: ./gradlew compileDebugKotlin compileDebugKotlinAndroid compileKotlinDesktop compileKotlinJvm compileKotlinIosArm64 compileKotlinIosSimulatorArm64 compileKotlinJs compileKotlinWasmJs
run: ./gradlew compileDebugKotlin compileDebugKotlinAndroid compileKotlinDesktop compileKotlinIosArm64 compileKotlinIosSimulatorArm64 compileKotlinJs compileKotlinWasmJs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ultron

[ ![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.atiurin/ultron-compose/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.atiurin/ultron-compose)
![Android CI](https://github.com/open-tool/ultron/workflows/AndroidCI/badge.svg)
![Multiplatform CI](https://github.com/open-tool/ultron/workflows/MultiplatformCI/badge.svg)

Ultron is the simplest framework to develop UI tests for **Android** & **Compose Multiplatform**.

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

GROUP=com.atiurin
POM_ARTIFACT_ID=ultron
VERSION_NAME=2.5.0-alpha14
VERSION_NAME=2.5.0-alpha15

0 comments on commit a226de5

Please sign in to comment.