We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8271da3 commit 99e50f1Copy full SHA for 99e50f1
build.gradle
@@ -7,7 +7,8 @@ buildscript {
7
google()
8
}
9
dependencies {
10
- classpath 'com.android.tools.build:gradle:8.12.1'
+ // before upgrading AGP, check https://gitlab.com/fdroid/admin/-/issues/593
11
+ classpath 'com.android.tools.build:gradle:8.11.1'
12
classpath 'org.greenrobot:greendao-gradle-plugin:3.3.1'
13
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.7.1.1"
0 commit comments