SQLKing is an Android SQLite ORM powered by an annotation preprocessor, tables are defined by Table annotations and CRUD classes expose an expressive api for executing SQLite queries. @memtrip
Other
21
stars
9
forks
source link
Error in client/build.gradle - requesting old version of preprocessor #12
Hi Sam,
While trying to install the client locally (for release 1.1), I discovered the following in the client/build.gradle:
androidTestApt 'com.memtrip.sqlking:preprocessor:1.0.17'
After changing the version:
androidTestApt 'com.memtrip.sqlking:preprocessor:1.1'
The client now successfully builds.
JTYSK ;) Adrian