upgrade mozilla components

This commit is contained in:
Fabian Freund
2025-10-14 18:13:32 +02:00
parent 08b4dc3c70
commit 3460a1ebd1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
@@ -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()
@@ -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"/>