|
|
|
@ -3,13 +3,13 @@ buildscript {
@@ -3,13 +3,13 @@ buildscript {
|
|
|
|
|
mavenCentral() |
|
|
|
|
} |
|
|
|
|
dependencies { |
|
|
|
|
classpath 'com.android.tools.build:gradle:1.1.3' |
|
|
|
|
classpath 'com.android.tools.build:gradle:1.3.1' |
|
|
|
|
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
apply plugin: 'com.android.library' |
|
|
|
|
apply from: 'gradle-mvn-push.gradle' |
|
|
|
|
group = 'org.microg' |
|
|
|
|
version = '1.2-SNAPSHOT' |
|
|
|
|
apply plugin: 'com.github.dcendents.android-maven' |
|
|
|
|
|
|
|
|
|
android { |
|
|
|
|
compileSdkVersion 22 |
|
|
|
|
buildToolsVersion "22.0.1" |
|
|
|
@ -17,6 +17,3 @@ android {
@@ -17,6 +17,3 @@ android {
|
|
|
|
|
sourceCompatibility JavaVersion.VERSION_1_6 |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
|
} |
|
|
|
|