diff --git a/CHANGELOG.md b/CHANGELOG.md index d6af5565..1a39b4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## 0.9.25 -### GeckoView 143.0.4 +### GeckoView 144.0 **New Features** - Added AI feature to group related unassigned tabs into new containers diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index 13c9f317..49ad0dd1 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -42,7 +42,7 @@ android { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId = "eu.weblibre.gecko" // https://api.flutter.dev/flutter/widgets/AndroidView-class.html - minSdkVersion flutter.minSdkVersion + minSdkVersion = 26 targetSdk = 36 versionCode = flutterVersionCode.toInteger() versionName = flutterVersionName diff --git a/packages/flutter_mozilla_components/android/build.gradle b/packages/flutter_mozilla_components/android/build.gradle index 503a70ef..4a3fc715 100644 --- a/packages/flutter_mozilla_components/android/build.gradle +++ b/packages/flutter_mozilla_components/android/build.gradle @@ -3,7 +3,7 @@ version = "1.0-SNAPSHOT" buildscript { ext.kotlin_version = "2.1.20" - ext.mozillaComponentsVersion = '143.0.4' + ext.mozillaComponentsVersion = '144.0' repositories { google() diff --git a/packages/flutter_mozilla_components/android/src/main/res/layout/activity_installed_add_on_details.xml b/packages/flutter_mozilla_components/android/src/main/res/layout/activity_installed_add_on_details.xml index 7469a77e..271dc4a8 100644 --- a/packages/flutter_mozilla_components/android/src/main/res/layout/activity_installed_add_on_details.xml +++ b/packages/flutter_mozilla_components/android/src/main/res/layout/activity_installed_add_on_details.xml @@ -80,7 +80,7 @@ android:checked="true" android:clickable="true" android:focusable="true" - android:text="@string/mozac_feature_addons_settings_allow_in_private_browsing" + android:text="@string/mozac_feature_addons_settings_allow_in_private_browsing_2" android:padding="16dp" android:textSize="18sp"/>