upgrade mozilla components
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
## 0.9.25
|
## 0.9.25
|
||||||
### GeckoView 143.0.4
|
### GeckoView 144.0
|
||||||
|
|
||||||
**New Features**
|
**New Features**
|
||||||
- Added AI feature to group related unassigned tabs into new containers
|
- Added AI feature to group related unassigned tabs into new containers
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ android {
|
|||||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||||
applicationId = "eu.weblibre.gecko"
|
applicationId = "eu.weblibre.gecko"
|
||||||
// https://api.flutter.dev/flutter/widgets/AndroidView-class.html
|
// https://api.flutter.dev/flutter/widgets/AndroidView-class.html
|
||||||
minSdkVersion flutter.minSdkVersion
|
minSdkVersion = 26
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = flutterVersionCode.toInteger()
|
versionCode = flutterVersionCode.toInteger()
|
||||||
versionName = flutterVersionName
|
versionName = flutterVersionName
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ version = "1.0-SNAPSHOT"
|
|||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = "2.1.20"
|
ext.kotlin_version = "2.1.20"
|
||||||
ext.mozillaComponentsVersion = '143.0.4'
|
ext.mozillaComponentsVersion = '144.0'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
|||||||
+1
-1
@@ -80,7 +80,7 @@
|
|||||||
android:checked="true"
|
android:checked="true"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:focusable="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:padding="16dp"
|
||||||
android:textSize="18sp"/>
|
android:textSize="18sp"/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user