mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
j-0.0.19
This commit is contained in:
parent
9216837879
commit
e39d72ef3c
2 changed files with 8 additions and 2 deletions
|
@ -23,8 +23,8 @@ android {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 35
|
targetSdkVersion 35
|
||||||
compileSdk 35
|
compileSdk 35
|
||||||
versionCode 34
|
versionCode 35
|
||||||
versionName "j-0.0.18"
|
versionName "j-0.0.19"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
6
fastlane/metadata/android/en-US/changelogs/35.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/35.txt
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue