Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
0.15
Browse files Browse the repository at this point in the history
0.15
  • Loading branch information
deckyfx committed Aug 9, 2017
1 parent 2e7dfc8 commit ec8ee64
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Add the dependency
dependencies {
compile 'com.google.code.gson:gson:2.8.1'
compile 'org.greenrobot:greendao:3.2.0'
compile 'com.github.deckyfx:simpleadapter:0.19@aar'
compile 'com.github.deckyfx:simpleadapter:0.20@aar'
compile 'com.github.deckyfx:dbhelper:0.4'
compile 'com.github.deckyfx:dbsession:0.14'
compile 'com.github.deckyfx:dbsession:0.15'
}
```

Expand Down
2 changes: 1 addition & 1 deletion dbsession/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {

compile 'com.google.code.gson:gson:2.8.1'
compile 'com.github.deckyfx:dbhelper:0.4'
compile 'com.github.deckyfx:simpleadapter:0.19@aar'
compile 'com.github.deckyfx:simpleadapter:0.20@aar'

compile 'com.android.support:appcompat-v7:24.0.0-beta1'
compile 'com.android.support:recyclerview-v7:24.0.0-beta1'
Expand Down
2 changes: 1 addition & 1 deletion dbsession/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=0.14
versionName=0.15
versionCode=1
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,7 @@ public void set(JSONObject config) throws JSONException {
}

public void set(BaseItem session) throws JSONException {
this.set(session.toJson());
}

public void save(){

this.set(BaseItem.toJson(session));
}

public void clear(){
Expand Down

0 comments on commit ec8ee64

Please sign in to comment.