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

Commit 8e9b9e5

Browse files
committed
update samples to use new plugin id
1 parent 91b3227 commit 8e9b9e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)