diff --git a/README.md b/README.md
index 4394cd32..27a4562a 100644
--- a/README.md
+++ b/README.md
@@ -48,10 +48,13 @@
[How to become a sponsor?](https://reactnativeunistyles.vercel.app/other/for-sponsors/)
-
+
-
+
+
+
+
diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt
index f438e6bb..03424aaa 100644
--- a/android/CMakeLists.txt
+++ b/android/CMakeLists.txt
@@ -6,6 +6,7 @@ add_library(unistyles
SHARED
../cxx/UnistylesRuntime.cpp
./src/main/cxx/cpp-adapter.cpp
+ ./src/main/cxx/helpers.cpp
)
include_directories(
diff --git a/android/src/main/cxx/cpp-adapter.cpp b/android/src/main/cxx/cpp-adapter.cpp
index d0f13d7f..abc22302 100644
--- a/android/src/main/cxx/cpp-adapter.cpp
+++ b/android/src/main/cxx/cpp-adapter.cpp
@@ -1,34 +1,26 @@
#include
#include
+#include