Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit 617af07

Browse files
committed
Merge pull request #40 from novoda/release_version_0_3_2
prepare release of version 0.3.2
2 parents 96db0cd + 8e9b9e5 commit 617af07

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ buildscript {
2525
jcenter()
2626
}
2727
dependencies {
28-
classpath 'com.novoda:sqlite-analyzer:0.3.1'
28+
classpath 'com.novoda:sqlite-analyzer:0.3.2'
2929
}
3030
}
3131
```
3232

3333
To use the library with [sqlite-provider](https://github.com/novoda/sqlite-provider), add these lines to the `build.gradle` of your project:
3434

3535
```groovy
36-
apply plugin: 'sqlite-analyzer'
36+
apply plugin: 'com.novoda.sqlite-analyzer'
3737
3838
sqliteAccess {
3939
migrationsDir 'src/main/assets/migrations'

analyzer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
}
3131

3232
group = 'com.novoda'
33-
version = '0.3.1'
33+
version = '0.3.2'
3434

3535
sourceCompatibility = JavaVersion.VERSION_1_6
3636
targetCompatibility = JavaVersion.VERSION_1_6

demo-assethelper/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'android-command'
3-
apply plugin: 'sqlite-analyzer'
3+
apply plugin: 'com.novoda.sqlite-analyzer'
44

55
android {
66
buildToolsVersion BUILD_TOOLS_VERSION

demo-sqliteprovider/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'android-command'
3-
apply plugin: 'sqlite-analyzer'
3+
apply plugin: 'com.novoda.sqlite-analyzer'
44

55
android {
66
buildToolsVersion BUILD_TOOLS_VERSION

0 commit comments

Comments
 (0)