From 9d0cf07356d590d03e428c611def6930cc6b878b Mon Sep 17 00:00:00 2001 From: m1ga Date: Sun, 31 Aug 2025 14:12:58 +0200 Subject: [PATCH 1/2] feat(android): update --- android/manifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/manifest b/android/manifest index 2a8243f..3acc177 100644 --- a/android/manifest +++ b/android/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 4.0.0 +version: 4.1.0 apiversion: 4 architectures: arm64-v8a armeabi-v7a x86 x86_64 description: ti.socketio @@ -15,5 +15,5 @@ name: ti.socketio moduleid: ti.socketio guid: 65fbdc59-432f-40d8-8ea9-02799887db3c platform: android -minsdk: 9.0.0 +minsdk: 12.7.0 commonjs: true From a2396f6126f261a39c36db83dbae04d131a5844d Mon Sep 17 00:00:00 2001 From: m1ga Date: Sat, 25 Oct 2025 13:42:48 +0200 Subject: [PATCH 2/2] version --- android/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/manifest b/android/manifest index 3acc177..d3d541a 100644 --- a/android/manifest +++ b/android/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 4.1.0 +version: 5.0.0 apiversion: 4 architectures: arm64-v8a armeabi-v7a x86 x86_64 description: ti.socketio