We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486d6d9 commit 86e8313Copy full SHA for 86e8313
build.gradle
@@ -3,5 +3,4 @@ plugins {
3
id 'com.android.application' version '7.4.0' apply false
4
id 'com.android.library' version '7.4.0' apply false
5
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
6
- id 'maven-publish'
7
}
jitpack.yml
@@ -0,0 +1,4 @@
1
+jdk:
2
+ - openjdk11
+before_install:
+ - ./scripts/prepareJitpackEnvironment.sh
0 commit comments