Skip to content

Commit

Permalink
Fix build failed on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rockerhieu committed Jul 7, 2015
1 parent de48796 commit b71a5e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
apply plugin: 'com.android.library'
apply from: 'gradle-mvn-push.gradle'

ext.emojiconVersionName = "1.1"
ext.emojiconVersionName = "1.2-SNAPSHOT"

android {
compileSdkVersion 21
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 7
targetSdkVersion 21
versionCode 2
versionCode 3
versionName emojiconVersionName
}
lintOptions {
Expand Down

0 comments on commit b71a5e3

Please sign in to comment.