Skip to content

Commit

Permalink
Version 11.0.1 [R]
Browse files Browse the repository at this point in the history
  • Loading branch information
C3C0 committed Feb 7, 2021
1 parent 0aec217 commit 804688a
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 11.0.1 - 07/02/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
- Navbar: avoid cursor control keys in gestural navbar
- Dialer: adjusted for compatibility with the latest Google Dialer
- Updated Russian translations (thanks to gaich)

Changelog 11.0.0-beta-1 - 04/01/2021
--------------------------------------
- Initial beta release for Android 11
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="1100"
android:versionName="11.0.0-beta-1" >
android:versionCode="1101"
android:versionName="11.0.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 804688a

Please sign in to comment.