Skip to content

Commit

Permalink
- Fixing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
shehabic committed Mar 22, 2015
1 parent c7bf0fe commit e4511f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
=============
Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 13
targetSdkVersion 21
versionCode 3
versionName "0.2.1"
versionCode 4
versionName "0.2.5"
}
buildTypes {
release {
Expand All @@ -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
Expand Down

0 comments on commit e4511f1

Please sign in to comment.