We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244b0ee commit 19077edCopy full SHA for 19077ed
build.gradle
@@ -24,6 +24,7 @@ buildscript {
24
25
repositories {
26
google()
27
+ maven { url "https://jitpack.io" }
28
mavenCentral()
29
maven {
30
url 'https://plugins.gradle.org/m2/'
@@ -33,6 +34,7 @@ repositories {
33
34
apply plugin: 'com.android.library'
35
apply plugin: "com.github.spotbugs"
36
apply plugin: "io.gitlab.arturbosch.detekt"
37
+apply plugin: 'maven-publish' // needed for JitPack.io
38
39
group = 'com.github.nextcloud'
40
@@ -124,7 +126,6 @@ detekt {
124
126
}
125
127
128
dependencies {
-
129
implementation "androidx.appcompat:appcompat:1.3.1"
130
implementation 'androidx.annotation:annotation:1.2.0'
131
implementation 'androidx.core:core:1.6.0'
0 commit comments