Skip to content

Commit 3c0e8a9

Browse files
Release 6.7.0
https://github.com/oxygen-updater/oxygen-updater/releases/tag/oxygen-updater-6.7.0 - Search bar in device selection sheet - Show model numbers in device selection sheet - Updated dependencies
1 parent 2a0b410 commit 3c0e8a9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You can still view/fork this repository, submit PRs, and/or raise issues. This i
6868
All help is welcome, so if you'd like to contribute to the app's code or translations check out [`CONTRIBUTING.md`][contributing].
6969

7070
[badge-ci]: https://github.com/oxygen-updater/oxygen-updater/actions/workflows/ci.yml/badge.svg
71-
[badge-latest-release]: https://img.shields.io/badge/release-v6.6.0-%23f50514?logo=github
71+
[badge-latest-release]: https://img.shields.io/badge/release-v6.7.0-%23f50514?logo=github
7272

7373
[contributing]: ./CONTRIBUTING.md
7474

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ android {
138138
minSdk = 21
139139
targetSdk = 36
140140

141-
versionCode = 123
142-
versionName = "6.6.0"
141+
versionCode = 124
142+
versionName = "6.7.0"
143143

144144
addManifestPlaceholders(mapOf("advertisingAppId" to "ca-app-pub-1816831161514116~4275332954"))
145145
buildConfigField("String", "AD_BANNER_MAIN_ID", "\"ca-app-pub-1816831161514116/9792024147\"")

0 commit comments

Comments
 (0)