Skip to content

Commit ad908e8

Browse files
Merge pull request #384 from nextcloud/fix-jitpack-build-v2
Try to fix jitpack build
2 parents 244b0ee + 19077ed commit ad908e8

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
@@ -24,6 +24,7 @@ buildscript {
2424

2525
repositories {
2626
google()
27+
maven { url "https://jitpack.io" }
2728
mavenCentral()
2829
maven {
2930
url 'https://plugins.gradle.org/m2/'
@@ -33,6 +34,7 @@ repositories {
3334
apply plugin: 'com.android.library'
3435
apply plugin: "com.github.spotbugs"
3536
apply plugin: "io.gitlab.arturbosch.detekt"
37+
apply plugin: 'maven-publish' // needed for JitPack.io
3638

3739
group = 'com.github.nextcloud'
3840

@@ -124,7 +126,6 @@ detekt {
124126
}
125127

126128
dependencies {
127-
128129
implementation "androidx.appcompat:appcompat:1.3.1"
129130
implementation 'androidx.annotation:annotation:1.2.0'
130131
implementation 'androidx.core:core:1.6.0'

0 commit comments

Comments
 (0)