From 8f3f8f23b241b61973f91e93b56d744e01e7cd20 Mon Sep 17 00:00:00 2001 From: m1ga Date: Sun, 1 Oct 2023 12:08:41 +0200 Subject: [PATCH] android: update to 1.6.0 --- android/build.gradle | 2 +- android/manifest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 6e9cffe..e9ea362 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,4 +1,4 @@ dependencies { - implementation 'androidx.browser:browser:1.5.0' + implementation 'androidx.browser:browser:1.6.0' } diff --git a/android/manifest b/android/manifest index f2c4235..63e71fd 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: 2.3.0 +version: 2.4.0 apiversion: 4 architectures: arm64-v8a armeabi-v7a x86 x86_64 description: titanium-web-dialog