This repository was archived by the owner on Feb 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 targetCompatibility = 1.6
2828}
2929
30-
3130task javadocJar (type : Jar , dependsOn : javadoc) {
3231 classifier = ' javadoc'
3332 from groovydoc
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ buildscript {
66 }
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:0.14.2 '
10- classpath ' com.novoda:gradle-android-command-plugin:1.1.0-SNAPSHOT '
9+ classpath ' com.android.tools.build:gradle:0.14.4 '
10+ classpath ' com.novoda:gradle-android-command-plugin:1.2.1 '
1111 classpath ' com.neenbedankt.gradle.plugins:android-apt:1.2'
1212 }
1313}
Original file line number Diff line number Diff line change 1- apply plugin : ' android'
1+ apply plugin : ' com. android.application '
22apply plugin : ' android-command'
33apply plugin : ' sqlite-access'
44
@@ -13,10 +13,10 @@ android {
1313}
1414
1515dependencies {
16- compile ' com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.+ '
16+ compile ' com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1 '
1717}
1818
1919sqliteAccess {
2020 databaseFile ' src/main/assets/databases/northwind.db'
2121 packageName ' com.example.sqlite'
22- }
22+ }
Original file line number Diff line number Diff line change @@ -12,11 +12,15 @@ android {
1212 }
1313}
1414
15+ repositories {
16+ jcenter()
17+ }
18+
1519dependencies {
16- compile fileTree( dir : ' libs ' , include : ' *.jar ' )
20+ compile ' com.novoda:sqlite-provider:1.0.5 '
1721}
1822
1923sqliteAccess {
2024 migrationsDir ' src/main/assets/migrations'
2125 packageName ' com.novoda.sqliteprovider.demo.simple'
22- }
26+ }
You can’t perform that action at this time.
0 commit comments