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..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.0.0 +version: 5.0.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