try to restore fdroid compat

This commit is contained in:
Fabian Freund
2025-10-20 16:42:17 +02:00
parent 1c7e9ec741
commit c1fe810f01
4 changed files with 14 additions and 7 deletions
+8 -1
View File
@@ -43,9 +43,9 @@ dependencies:
lexo_rank:
git:
url: https://github.com/FaFre/lexo_rank.git
local_auth: ^3.0.0
locale_resolver:
path: ../packages/locale_resolver
local_auth: ^3.0.0
logger: ^2.6.2
markdown: ^7.3.0
mime: ^2.0.0
@@ -86,6 +86,13 @@ dependencies:
url_launcher: ^6.3.2
uuid: ^4.5.1
dependency_overrides:
# Avoid gradle 8.12 for fdroid compatibility for now
flutter_plugin_android_lifecycle: 2.0.29
local_auth_android: 1.0.51
path_provider_android: 2.2.17
url_launcher_android: 6.3.17
dev_dependencies:
build_runner: ^2.7.1
copy_with_extension_gen: ^9.1.1
@@ -2,14 +2,14 @@ group = "eu.weblibre.pluggable_transports_proxy"
version = "1.0-SNAPSHOT"
buildscript {
ext.kotlin_version = "2.1.0"
ext.kotlin_version = "2.1.20"
repositories {
google()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:8.9.1")
classpath("com.android.tools.build:gradle:8.11.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
}
}
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
+3 -3
View File
@@ -2,14 +2,14 @@ group = "com.foundationdevices.tor"
version = "1.0-SNAPSHOT"
buildscript {
ext.kotlin_version = "1.9.22"
ext.kotlin_version = "2.1.20"
repositories {
google()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:8.7.0")
classpath("com.android.tools.build:gradle:8.11.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
}
}
@@ -27,7 +27,7 @@ apply plugin: "kotlin-android"
android {
namespace = "com.foundationdevices.tor"
compileSdk = 35
compileSdk = 36
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17