Skip to content

Commit

Permalink
Version 9.2.1 [P]
Browse files Browse the repository at this point in the history
  • Loading branch information
C3C0 committed Mar 7, 2021
1 parent 2c8f8f1 commit 02cb3b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Changelog 9.2.1 - 07/03/2021
--------------------------------------
- Added support for LSPosed module scope feature (auto-whitelist)
- BatteryPercent: fixed percent text injection not working on some systems
- BatteryPercent: follow status bar clock appearance
- Clock: reverted to old hooking strategy for better compatibility
- Dialer: adjusted for compatibility with the latest Google Dialer
--- fixes muting Dialpad tones during UNC Quiet Hours

Changelog 9.2.0 - 29/12/2020
--------------------------------------
- Added compatibility with EdXposed v0.5 (requires latest canary version)
Expand Down
4 changes: 2 additions & 2 deletions GravityBox/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.ceco.pie.gravitybox"
android:versionCode="920"
android:versionName="9.2.0" >
android:versionCode="921"
android:versionName="9.2.1" >

<uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
Expand Down

0 comments on commit 02cb3b0

Please sign in to comment.