Skip to content

Commit f483a41

Browse files
committed
try to fix jitpack build err
1 parent 6e042fa commit f483a41

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ buildscript {
77
repositories {
88
google()
99
mavenCentral()
10+
maven { url 'https://jitpack.io' }
1011
}
1112
dependencies {
1213
classpath "com.android.tools.build:gradle:7.0.0-rc01"
1314
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21'
15+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1416

1517
// NOTE: Do not place your application dependencies here; they belong
1618
// in the individual module build.gradle files

jitpack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
jdk:
2+
- openjdk11

0 commit comments

Comments
 (0)