Skip to content

Releases: QuarkWorks/RealmTypeSafeQuery-Android

Kotlin support now now exists.

10 Apr 18:48
b677dd7
Compare
Choose a tag to compare

Kotlin only projects are supported.
The code generated is still java
Use the the new build configuration at
How to include KotlinOnly project

Now with Source Jars!

17 Mar 01:07
Compare
Choose a tag to compare
Update build.gradle

try to get source jars to be published

Removed Extra XML stuff

14 Mar 03:52
Compare
Choose a tag to compare

The Stuff in the AndroidManifest.xml and the unused resources should be blank. Could cause Manifest and resource merging problems or bloat.

RESTRUCTURE_BUILD.0.8.0

13 Aug 20:00
Compare
Choose a tag to compare
Pre-release

Re-did the build:
reintroduced autoservices: use compileOnly (with java plugin) does same as provided (android plugin)
removed packaging options in the example module
added the compile and provided dependencies to example module. : AP and annotations
remove dependency to annotation processor in query module: the AP is not used in query module
upgraded gradle-wrapper to 2.14
updated dcendents to 1.4.1

Note:
temporarily change package of the annotations to:
package com.quarkworks.android.realmtypesafequery.annotations;