Skip to content

Commit

Permalink
Version 11.0.4 [R]
Browse files Browse the repository at this point in the history
  • Loading branch information
C3C0 committed Jun 27, 2021
1 parent 2c0e396 commit dc1a4db
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.4 - 27/06/2021
--------------------------------------
- Application launcher: fixed crash when launching apps on OxygenOS
- Properly identify OnePlus 9R as device running OxygenOS ROM
--- should improve compatibility significantly

Changelog 11.0.3 - 06/06/2021
--------------------------------------
- Improved compatibility with OxygenOS (OP7Pro, OOS 11.0.1.1)
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="1103"
android:versionName="11.0.3" >
android:versionCode="1104"
android:versionName="11.0.4" >

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

0 comments on commit dc1a4db

Please sign in to comment.