From 0f35e480c0ca090bb5c401aad0fc43b8cfc72407 Mon Sep 17 00:00:00 2001 From: m1ga Date: Sun, 31 Aug 2025 14:21:45 +0200 Subject: [PATCH 1/2] feat(android): update --- android/build.gradle | 5 +++++ android/manifest | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 android/build.gradle diff --git a/android/build.gradle b/android/build.gradle new file mode 100644 index 0000000..f79dfc4 --- /dev/null +++ b/android/build.gradle @@ -0,0 +1,5 @@ + +dependencies { + // Add the module's library dependencies here. + // See: https://developer.android.com/studio/build/dependencies +} diff --git a/android/manifest b/android/manifest index 961b21b..9210a5f 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: Authenticate server in HTTPS connections made by TiHTTPClient @@ -15,4 +15,4 @@ name: https moduleid: appcelerator.https guid: 2163621d-1a78-4215-8244-bda08724ffed platform: android -minsdk: 9.0.0 +minsdk: 12.7.0 From e0877a8321b5895fb0f86f5875ee6519203f3e22 Mon Sep 17 00:00:00 2001 From: m1ga Date: Sat, 25 Oct 2025 13:53:34 +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 9210a5f..14016c7 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: Authenticate server in HTTPS connections made by TiHTTPClient