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 6e042fa commit f483a41Copy full SHA for f483a41
build.gradle
@@ -7,10 +7,12 @@ buildscript {
7
repositories {
8
google()
9
mavenCentral()
10
+ maven { url 'https://jitpack.io' }
11
}
12
dependencies {
13
classpath "com.android.tools.build:gradle:7.0.0-rc01"
14
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21'
15
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
16
17
// NOTE: Do not place your application dependencies here; they belong
18
// in the individual module build.gradle files
jitpack.yml
@@ -0,0 +1,2 @@
1
+jdk:
2
+ - openjdk11
0 commit comments