Skip to content

Commit 725bd41

Browse files
chore(release): 6.0.3 [skip ci]
## <small>6.0.3 (2025-12-11)</small> * chore(deps): bump com.android.tools.build:gradle from 8.13.1 to 8.13.2 (#120) ([2faee41](2faee41)), closes [#120](#120) * ci: Update workflows (#119) ([13f1efb](13f1efb)), closes [#119](#119) * ci(deps): bump actions/checkout from 5 to 6 (#118) ([836c4ea](836c4ea)), closes [#118](#118) * ci(deps): Bump cycjimmy/semantic-release-action from 5 to 6 (#117) ([3ca1db3](3ca1db3)), closes [#117](#117)
1 parent 2faee41 commit 725bd41

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## <small>6.0.3 (2025-12-11)</small>
6+
7+
* chore(deps): bump com.android.tools.build:gradle from 8.13.1 to 8.13.2 (#120) ([2faee41](https://github.com/appium/android-apidemos/commit/2faee41)), closes [#120](https://github.com/appium/android-apidemos/issues/120)
8+
* ci: Update workflows (#119) ([13f1efb](https://github.com/appium/android-apidemos/commit/13f1efb)), closes [#119](https://github.com/appium/android-apidemos/issues/119)
9+
* ci(deps): bump actions/checkout from 5 to 6 (#118) ([836c4ea](https://github.com/appium/android-apidemos/commit/836c4ea)), closes [#118](https://github.com/appium/android-apidemos/issues/118)
10+
* ci(deps): Bump cycjimmy/semantic-release-action from 5 to 6 (#117) ([3ca1db3](https://github.com/appium/android-apidemos/commit/3ca1db3)), closes [#117](https://github.com/appium/android-apidemos/issues/117)
11+
512
## <small>6.0.2 (2025-11-16)</small>
613

714
* chore(deps): Bump com.android.tools.build:gradle from 8.0.2 to 8.13.1 (#114) ([efd0e88](https://github.com/appium/android-apidemos/commit/efd0e88)), closes [#114](https://github.com/appium/android-apidemos/issues/114)

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
minSdkVersion 26
99
targetSdkVersion 33
1010

11-
versionCode 28
12-
versionName '6.0.2'
11+
versionCode 29
12+
versionName '6.0.3'
1313

1414
testApplicationId "io.appium.android.apis.test"
1515
testInstrumentationRunner ".app.LocalSampleInstrumentation"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "android-apidemos",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "A fork of Google's Android ApiDemos application, used for testing Appium",
55
"license": "Apache-2.0",
66
"main": "index.js",

0 commit comments

Comments
 (0)