Skip to content

Commit

Permalink
chore(release): 5.13.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.13.0](v5.12.18...v5.13.0) (2023-12-26)

### Features

* bump targetSdkVersion from 30 to 31, and to 32 ([#582](#582)) ([1b0563a](1b0563a))
  • Loading branch information
semantic-release-bot committed Dec 26, 2023
1 parent 1b0563a commit 1a1d473
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.13.0](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.18...v5.13.0) (2023-12-26)


### Features

* bump targetSdkVersion from 30 to 31, and to 32 ([#582](https://github.com/appium/appium-uiautomator2-server/issues/582)) ([1b0563a](https://github.com/appium/appium-uiautomator2-server/commit/1b0563a1d72a442602083c3121bac8fca4ca1fd8))

## [5.12.18](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.17...v5.12.18) (2023-12-23)


Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ android {
applicationId 'io.appium.uiautomator2'
minSdkVersion 21
targetSdkVersion 32
versionCode 145
versionCode 146
archivesBaseName = 'appium-uiautomator2'
/**
* versionName should be updated and inline with version in package.json for every npm release.
*/
versionName '5.12.18'
versionName '5.13.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-uiautomator2-server",
"version": "5.12.18",
"version": "5.13.0",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 1a1d473

Please sign in to comment.