diff --git a/README.md b/README.md index 4c279ab..67b964b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A simple yet-customizable Android drop-down menu. It supports Text with/without Version ======= -v.0.2.1 +v.0.2.5 Usage (Maven) ============= diff --git a/library/build.gradle b/library/build.gradle index 2a42a25..4798da2 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 13 targetSdkVersion 21 - versionCode 3 - versionName "0.2.1" + versionCode 4 + versionName "0.2.5" } buildTypes { release { @@ -32,7 +32,7 @@ def groupId = project.PUBLISH_GROUP_ID def artifactId = project.PUBLISH_ARTIFACT_ID def version = project.PUBLISH_VERSION -def localReleaseDest = "file:///Users/shehabic/android/maven" +def localReleaseDest = "file:///android/maven" task androidJavadocs(type: Javadoc) { source = android.sourceSets.main.java.srcDirs