Skip to content

Commit

Permalink
chore: Bump version to 0.8.4a2 (51)
Browse files Browse the repository at this point in the history
  • Loading branch information
deltazefiro committed Jul 7, 2023
1 parent 3195d6c commit f56c223
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "deltazero.amarok"
minSdkVersion 26
targetSdkVersion 33
versionCode 50
versionName "0.8.4a1"
versionCode 51
versionName "0.8.4a2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -119,8 +119,4 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

// testImplementation 'junit:junit:4.+'
// androidTestImplementation 'androidx.test.ext:junit:1.1.3'
// androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
v0.8.4a2
- Support Dhizuku for app-hiding
- Set `android:exported` to false for internal Activities to enhance security
- Fix no password is required when unhiding with QuickSettings
- Fix crashes in Android Work Profile
- Migrate to Java 17
- Bump gradle to 8.0
- Improve translation: Russian (by Егор Ермаков & @gallegonovato) (#65)
- Improve translation: Ukrainian (by @gallegonovato & Dan) (#71)
- Improve translation: Norwegian Bokmål (by Allan Nordhøy) (#68)
- Improve translation: Spanish (by @gallegonovato & @LuisGamas & tommynok) (#67 #74 #75)
- Improve translation: Turkish (by @Croxz)

0 comments on commit f56c223

Please sign in to comment.