Skip to content

Commit 39479dd

Browse files
authored
Merge pull request #287 from tidev/android1_6
android: update to 1.8.0
2 parents cee89b0 + 10c8d8a commit 39479dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
dependencies {
3-
implementation 'androidx.browser:browser:1.5.0'
3+
implementation 'androidx.browser:browser:1.8.0'
44
}

android/manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# this is your module manifest and used by Titanium
33
# during compilation, packaging, distribution, etc.
44
#
5-
version: 2.3.1
5+
version: 2.4.0
66
apiversion: 4
77
architectures: arm64-v8a armeabi-v7a x86 x86_64
88
description: titanium-web-dialog
@@ -15,4 +15,4 @@ name: titanium-web-dialog
1515
moduleid: ti.webdialog
1616
guid: 1f19cce1-0ad7-4e25-ab3b-0666f54a0a49
1717
platform: android
18-
minsdk: 9.0.0
18+
minsdk: 12.6.0

0 commit comments

Comments
 (0)