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
@@ -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")
}
}