Skip to content

Commit

Permalink
Version 11.0.5 [R]
Browse files Browse the repository at this point in the history
  • Loading branch information
C3C0 committed Aug 8, 2021
1 parent 636eb78 commit 2303350
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.txt
@@ -1,3 +1,11 @@
Changelog 11.0.5 - 08/08/2021
--------------------------------------
- Lockscreen: added option to blur media artwork on lockscreen (thanks to robbins)
- Navbar: allow cursor control keys in gestural navbar
- Dialer: adjusted for compatibility with the latest Google Dialer
- Properly identify OnePlus 8T as device running OxygenOS ROM (thanks to F-i-f)
--- should improve compatibility significantly

Changelog 11.0.4 - 27/06/2021
--------------------------------------
- Application launcher: fixed crash when launching apps on OxygenOS
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.r.gravitybox"
android:versionCode="1104"
android:versionName="11.0.4" >
android:versionCode="1105"
android:versionName="11.0.5" >

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

1 comment on commit 2303350

@Augusto787
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gracias

Please sign in to comment.