Skip to content

Commit

Permalink
Version 10.1.2 [Q]
Browse files Browse the repository at this point in the history
  • Loading branch information
C3C0 committed Mar 7, 2021
1 parent 04ba895 commit f8e735a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
@@ -1,3 +1,9 @@
Changelog 10.1.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 10.1.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
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.q.gravitybox"
android:versionCode="1012"
android:versionName="10.1.1" >
android:versionCode="1013"
android:versionName="10.1.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 f8e735a

Please sign in to comment.