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

Commit 4aba990

Browse files
committed
⚡ Release 1.10.5 ⚡
1 parent e8e402d commit 4aba990

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Download [the latest JAR][latest] or define in Gradle:
1111

1212
```groovy
1313
dependencies {
14-
compile 'com.parse:parsetwitterutils-android:1.10.4'
14+
compile 'com.parse:parsetwitterutils-android:1.10.5'
1515
}
1616
```
1717

library/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.android.builder.core.BuilderConstants
33
apply plugin: 'com.android.library'
44

55
group = 'com.parse'
6-
version = '1.10.5-SNAPSHOT'
6+
version = '1.10.5'
77

88
buildscript {
99
repositories {
@@ -30,7 +30,7 @@ android {
3030
}
3131

3232
dependencies {
33-
compile 'com.parse:parse-android:1.12.0'
33+
compile 'com.parse:parse-android:1.13.0'
3434

3535
testCompile 'junit:junit:4.12'
3636
testCompile 'org.mockito:mockito-core:1.10.19'

0 commit comments

Comments
 (0)