diff --git a/android/fuse/build.gradle.kts b/android/fuse/build.gradle.kts index 79756d0..7766cd0 100644 --- a/android/fuse/build.gradle.kts +++ b/android/fuse/build.gradle.kts @@ -32,10 +32,10 @@ android { } defaultConfig { - minSdk = 26 + minSdk = 29 aarMetadata { - minCompileSdk = 26 + minCompileSdk = 29 } testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/android/fuse/src/androidTest/AndroidManifest.xml b/android/fuse/src/androidTest/AndroidManifest.xml index 7ead0bc..920edde 100644 --- a/android/fuse/src/androidTest/AndroidManifest.xml +++ b/android/fuse/src/androidTest/AndroidManifest.xml @@ -1,5 +1,5 @@ - + 2| +|Android|API 29+| |iOS|15+| |JS|ES8/ES2017| @@ -48,10 +48,6 @@ A bundler (e.g: [Webpack](https://webpack.js.org/)) is required. Supported platforms and requirements are subjected to change without notice. -For Android, we aim to support the minimum API that the [system webview](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/build/config/android/config.gni#70) supports. However, factory webview versions that ships with API 26 devices will not support all JS features required by this framework. These devices needs to be connected to an App Store to receive the latest webview updates for compatibility. - -2 Only API 28+ devices are tested. - ## What is it? Fuse is a framework for hybrid native-web building mobile applications. diff --git a/echo/android/build.gradle.kts b/echo/android/build.gradle.kts index 67353ce..140ab66 100644 --- a/echo/android/build.gradle.kts +++ b/echo/android/build.gradle.kts @@ -11,7 +11,7 @@ android { } defaultConfig { - minSdk = 26 + minSdk = 29 testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles("consumer-rules.pro") diff --git a/test-app/android/build.gradle.kts b/test-app/android/build.gradle.kts index 4b73f15..58e10f3 100644 --- a/test-app/android/build.gradle.kts +++ b/test-app/android/build.gradle.kts @@ -29,7 +29,7 @@ android { defaultConfig { applicationId = "com.breautek.fuse.testapp" - minSdk = 26 + minSdk = 29 targetSdk = 34 versionCode = 1 versionName = "1.0"