Skip to content

Commit d5539bd

Browse files
Downgrade Android Gradle plugin version (F-Droid Hotfix)
Hotfix for F-Droid. The F-Droid Build Server is not compatible with Android Gradle Plugin Version 8.12. or higher. This is a temporary fix for this release. The Github and Google Play Store Versions of the app are built using the most recent AGP Version. AirGuard Version 2.6.2 is built using AGP Version 8.13 for Github and Google Play.
1 parent 892195a commit d5539bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
}
2020

2121
dependencies {
22-
classpath 'com.android.tools.build:gradle:8.13.0'
22+
classpath 'com.android.tools.build:gradle:8.11.1'
2323
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2424
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_compiler_version"
2525
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.9.5"
@@ -42,4 +42,4 @@ allprojects {
4242

4343
tasks.register('clean', Delete) {
4444
delete project.layout.buildDirectory
45-
}
45+
}

0 commit comments

Comments
 (0)