Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
⚡ Release 1.10.5 ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
grantland committed Jan 22, 2016
1 parent e8e402d commit 4aba990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Download [the latest JAR][latest] or define in Gradle:

```groovy
dependencies {
compile 'com.parse:parsetwitterutils-android:1.10.4'
compile 'com.parse:parsetwitterutils-android:1.10.5'
}
```

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.android.builder.core.BuilderConstants
apply plugin: 'com.android.library'

group = 'com.parse'
version = '1.10.5-SNAPSHOT'
version = '1.10.5'

buildscript {
repositories {
Expand All @@ -30,7 +30,7 @@ android {
}

dependencies {
compile 'com.parse:parse-android:1.12.0'
compile 'com.parse:parse-android:1.13.0'

testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'
Expand Down

0 comments on commit 4aba990

Please sign in to comment.