Skip to content

Commit

Permalink
Version 2.5.2 Build 0
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperVerswijvelt committed Oct 17, 2022
1 parent d0bb6c1 commit b41e389
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "be.casperverswijvelt.unifiedinternetqs"
minSdkVersion 29
targetSdkVersion 33
versionCode 2050100
versionName "2.5.1"
versionCode 2050200
versionName "2.5.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2050200.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Improvements and fixes
- Fixed issue causing the app to crash when a tile becomes inactive
- Hide some settings (language, add-tile shortcuts) on Android versions lower than 13
- Fixed some tile labels (Mobile Data, NFC) not being translated according to the app language setting
- Translation updates (Russian, Turkish)

0 comments on commit b41e389

Please sign in to comment.