Skip to content

Commit

Permalink
Version 11.0.2 [R]
Browse files Browse the repository at this point in the history
  • Loading branch information
C3C0 committed Mar 7, 2021
1 parent f7d6b38 commit c12485e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Changelog 11.0.2 - 07/03/2021
--------------------------------------
- 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 11.0.1 - 07/02/2021
--------------------------------------
- Added support for LSPosed module scope feature (auto-whitelist)
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.r.gravitybox"
android:versionCode="1101"
android:versionName="11.0.1" >
android:versionCode="1102"
android:versionName="11.0.2" >

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

0 comments on commit c12485e

Please sign in to comment.