Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.5.8

<!-- Release notes generated using configuration in .github/release.yml at 821c53491796a50090f10fb7bd45d0fd56b42ecf -->

### What's Changed
* Fix local archive path in npm publishing by @matanbaruch in https://github.com/DeviceFarmer/STFService.apk/pull/190


**Full Changelog**: https://github.com/DeviceFarmer/STFService.apk/compare/v2.5.7...v2.5.8

## 2.5.7

<!-- Release notes generated using configuration in .github/release.yml at 17400f6a1928938774c548b330c81868d6835d19 -->
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 16
versionName "2.5.7"
versionCode 17
versionName "2.5.8"
applicationId "jp.co.cyberagent.stf"
}

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": "@devicefarmer/stfservice-prebuilt",
"version": "2.5.7",
"version": "2.5.8",
"description": "Prebuilt STFService.apk and its wire protocol definition.",
"keywords": [
"stfservice"
Expand Down