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

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deckyfx committed Aug 9, 2017
1 parent e77a61b commit 8722645
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.22@aar'
compile 'com.github.deckyfx:simpleadapter:0.23@aar'
compile 'com.github.deckyfx:dbhelper:0.5'
compile 'com.github.deckyfx:dbsession:0.17'
compile 'com.github.deckyfx:dbsession:0.18'
}
```

Expand Down
2 changes: 1 addition & 1 deletion dbsession/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
compile 'com.google.code.gson:gson:2.8.1'
compile 'org.greenrobot:greendao:3.2.0'
compile 'com.github.deckyfx:dbhelper:0.5'
compile 'com.github.deckyfx:simpleadapter:0.22@aar'
compile 'com.github.deckyfx:simpleadapter:0.23@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.17
versionName=0.18
versionCode=1

0 comments on commit 8722645

Please sign in to comment.