Skip to content

Commit

Permalink
Merge pull request #11 from nextcloud/jitpackFix
Browse files Browse the repository at this point in the history
jitpack fix
  • Loading branch information
AndyScherzinger authored Aug 8, 2016
2 parents 246a3d9 + 22297a7 commit 06b013c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}

apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.nextcloud'

repositories {
mavenCentral()
Expand Down

0 comments on commit 06b013c

Please sign in to comment.