aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c3e0e336..15f4be5b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'me.tatarka.retrolambda'
apply plugin: 'io.fabric'
+apply plugin: "com.neenbedankt.android-apt"
android {
compileSdkVersion 24
@@ -57,8 +58,6 @@ dependencies {
compile 'com.android.support:support-v13:24.+'
// volley
compile 'com.mcxiaoke.volley:library:1.0.19'
- // ActiveAndroid
- compile 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT'
// crouton
compile('de.keyboardsurfer.android.widget:crouton:1.8.5@aar') {
// exclusion is not necessary, but generally a good idea.
@@ -85,7 +84,10 @@ dependencies {
}
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
- kapt 'com.android.databinding:compiler:+'
+ kapt 'com.android.databinding:compiler:2.2.0'
+
+ kapt "com.github.gfx.android.orma:orma-processor:2.6.0"
+ compile "com.github.gfx.android.orma:orma:2.6.0"
}
kapt {