diff --git a/.rive_head b/.rive_head
index da60f57..1d49f77 100644
--- a/.rive_head
+++ b/.rive_head
@@ -1 +1 @@
-ad0d13cd66cec87c0f334b2cee1b3f7d92b0ce1a
+d520a7ea4ce8176a160ba30515233c0aa3af5b11
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93fb749..40ff594 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.11.3
+ - Bumps rive_common to add Android namespace to support Gradle 8 (issue [312](https://github.com/rive-app/rive-flutter/issues/312))
+
 ## 0.11.2
 
 - Add parameter to specifcy headers on RiveAnimation.network widget
diff --git a/pubspec.yaml b/pubspec.yaml
index 39856ef..d46a367 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: rive
-version: 0.11.2
+version: 0.11.3
 homepage: https://rive.app
 description: Rive 2 Flutter Runtime. This package provides runtime functionality for playing back and interacting with animations built with the Rive editor available at https://rive.app.
 repository: https://github.com/rive-app/rive-flutter
@@ -15,7 +15,7 @@ dependencies:
   http: ^0.13.3
   meta: ^1.3.0
   plugin_platform_interface: ^2.0.2
-  rive_common: 0.0.9
+  rive_common: ^0.0.10
 dev_dependencies:
   flutter_test:
     sdk: flutter