Clean v4-preferencefragment build.gradle
This commit is contained in:
parent
2ce62aac65
commit
5fef0d012f
@ -1,7 +1,6 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -10,7 +9,6 @@ buildscript {
|
||||
}
|
||||
|
||||
apply plugin: 'android-library'
|
||||
apply plugin: 'maven'
|
||||
|
||||
version = VERSION
|
||||
group = GROUP
|
||||
@ -21,7 +19,7 @@ dependencies {
|
||||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion '20.0.0'
|
||||
buildToolsVersion '22.0.1'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 7
|
||||
@ -40,13 +38,3 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
uploadArchives {
|
||||
repositories.mavenDeployer {
|
||||
repository(url: "file:maven-repository/")
|
||||
|
||||
pom.groupId = GROUP
|
||||
pom.artifactId = ARTIFACT_ID
|
||||
pom.version = VERSION
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user