Skip to content

Commit

Permalink
j-0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jrpie committed Jan 2, 2025
1 parent 9216837 commit e39d72e
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -23,8 +23,8 @@ android {
minSdkVersion 21
targetSdkVersion 35
compileSdk 35
versionCode 34
versionName "j-0.0.18"
versionCode 35
versionName "j-0.0.19"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/35.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Reworked storage format for settings. The old format will be converted automatically.
* Added an option to search the web from the app list.
* Set device admin as the preferred method for locking the screen.
* Added a warning that enabling an accessibility service might interfere with encryption.
* Fixed a bug in the renaming dialog.
* Made the lock screen dialog scrollable.

0 comments on commit e39d72e

Please sign in to comment.