Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

Commit

Permalink
Houskeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejamesbond committed Apr 20, 2016
1 parent e99cb12 commit 1788c7c
Show file tree
Hide file tree
Showing 17 changed files with 203 additions and 112 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,10 +1,11 @@
language: android
android:
components:
- platform-tools
- android-16
- build-tools-21.1.2
- extra
- tools
- build-tools-23.0.3
- android-23
- platform-tools
- extra-android-m2repository

jdk: oraclejdk7

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ For examples, tests, and API refer to the [Android-TextJustify Wiki](https://git
Just add to your `build.gradle`
```gradle
dependencies {
compile 'com.github.bluejamesbond:textjustify-android:2.1.1'
compile 'com.github.bluejamesbond:textjustify-android:2.1.6'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=2.1.1
VERSION_CODE=23
VERSION_NAME=2.1.6
VERSION_CODE=27
GROUP=com.github.bluejamesbond

POM_DESCRIPTION=Android Text Full Jusiftication
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Tue Nov 25 01:23:33 CST 2014
#Sun Apr 17 18:55:46 CDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip

0 comments on commit 1788c7c

Please sign in to comment.