Skip to content

Commit

Permalink
moar upgrade nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
Izaak Alpert committed Mar 19, 2015
1 parent 102bde0 commit 334a482
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -3,4 +3,4 @@
ANDROID_BUILD_MIN_SDK_VERSION=15
ANDROID_BUILD_TARGET_SDK_VERSION=20
ANDROID_BUILD_TOOLS_VERSION=20.0.0
ANDROID_BUILD_SDK_VERSION=20
ANDROID_BUILD_SDK_VERSION=20
12 changes: 2 additions & 10 deletions library/build.gradle
Expand Up @@ -7,12 +7,12 @@ buildscript {
}

dependencies {
classpath 'com.github.dcendents:android-maven-plugin:1.0'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
}
}

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

android {
Expand Down Expand Up @@ -48,14 +48,6 @@ android.libraryVariants.all { variant ->
description "Generates Javadoc for $variant.name."
source = variant.javaCompile.source

if (android.plugin.hasProperty("sdkHandler")) {
androidPath = "${android.plugin.sdkHandler.sdkFolder}"
} else {
androidPath = "${android.plugin.sdkDirectory}"
}

ext.androidJar = androidPath + "/platforms/${android.compileSdkVersion}/android.jar"
classpath = files(variant.javaCompile.classpath.files) + files(ext.androidJar)
}

task("bundleJavadoc${variant.name.capitalize()}", type: Jar) {
Expand Down
1 change: 1 addition & 0 deletions library/src/main/AndroidManifest.xml
@@ -1,6 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.marvinlabs.widget.floatinglabel">


<application>
</application>

Expand Down

0 comments on commit 334a482

Please sign in to comment.