Skip to content

Commit

Permalink
Bumped version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken committed Jun 6, 2015
1 parent 25ad444 commit b9721b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.2.0 (2015-6-07)
-----------
* Change: json instead of realm for profile store
* Change: Remove libsuperuser


v1.1.7 (2015-5-22)
-----------
* Change: Remove snackbar action
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "io.github.xsocks"
minSdkVersion 18
targetSdkVersion 22
versionCode 117
versionName '1.1.7'
versionCode 120
versionName '1.2.0'
}
lintOptions {
abortOnError true
Expand Down Expand Up @@ -66,7 +66,7 @@ def appendVersionNameVersionCode(variant, output, defaultConfig) {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'io.reactivex:rxjava:1.0.10'
compile 'io.reactivex:rxandroid:0.24.0'
compile 'io.reactivex:rxjava-async-util:0.21.0'
Expand Down

0 comments on commit b9721b5

Please sign in to comment.