We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f136a commit 290f655Copy full SHA for 290f655
1 file changed
library/build.gradle
@@ -1,6 +1,8 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'com.github.dcendents.android-maven' // ADD THIS
3
4
+group='com.github.jitpack'
5
+
6
android {
7
compileSdkVersion 23
8
buildToolsVersion "23.0.2"
0 commit comments