Skip to content

Commit 99e50f1

Browse files
committed
Downgrade AGP due to F-Droid buildserver requirement
See #603 for further information
1 parent 8271da3 commit 99e50f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ buildscript {
77
google()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.12.1'
10+
// before upgrading AGP, check https://gitlab.com/fdroid/admin/-/issues/593
11+
classpath 'com.android.tools.build:gradle:8.11.1'
1112
classpath 'org.greenrobot:greendao-gradle-plugin:3.3.1'
1213
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1314
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.7.1.1"

0 commit comments

Comments
 (0)