Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06b013ca authored by Andy Scherzinger's avatar Andy Scherzinger Committed by GitHub
Browse files

Merge pull request #11 from nextcloud/jitpackFix

jitpack fix
parents 246a3d9c 22297a7f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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()