Skip to content

Releases: QuarkWorks/RealmTypeSafeQuery-Android

Kotlin support now now exists.

Choose a tag to compare

@JamesDurham JamesDurham released this 10 Apr 18:48
b677dd7

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!

Choose a tag to compare

@JamesDurham JamesDurham released this 17 Mar 01:07
Update build.gradle

try to get source jars to be published

Removed Extra XML stuff

Choose a tag to compare

@JamesDurham JamesDurham released this 14 Mar 03:52

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

Pre-release

Choose a tag to compare

@JamesDurham JamesDurham released this 13 Aug 20:00

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;