We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520035a commit 6ca09d3Copy full SHA for 6ca09d3
3 files changed
.idea/caches/build_file_checksums.ser
0 Bytes
build.gradle
@@ -1 +1,9 @@
1
-// Top-level build file where you can add configuration options common to all sub-projects/modules.
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
+buildscript {
3
+ repositories {
4
+ mavenCentral()
5
+ }
6
+ dependencies {
7
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
8
9
+}
spin/build.gradle
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'
-
+apply plugin: 'com.github.dcendents.android-maven'
+group='com.github.marksalpeter'
buildscript {
repositories {
0 commit comments