build.gradle 216 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 apply plugin: 'java-library' dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'org.greenrobot:greendao:3.2.2' } sourceCompatibility = "1.7" targetCompatibility = "1.7"