Skip to content

Kuzna/Android-DBVarna

Repository files navigation

Android-DBVarna

Release GitHub license

Requirements

  • JDK 7 or later to build with annotation processors
  • Android API level 15 to use

Getting Started

First, you need to include the android-apt plugin in classpath to enable annotation processing in android projects.

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
    }
}

apply plugin: 'com.neenbedankt.android-apt'

repositories {
    jcenter()
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages