diff --git a/analyzer/src/main/resources/META-INF/gradle-plugins/sqlite-access.properties b/analyzer/src/main/resources/META-INF/gradle-plugins/sqlite-analyzer.properties similarity index 100% rename from analyzer/src/main/resources/META-INF/gradle-plugins/sqlite-access.properties rename to analyzer/src/main/resources/META-INF/gradle-plugins/sqlite-analyzer.properties diff --git a/demo-assethelper/build.gradle b/demo-assethelper/build.gradle index 9255d48..7a16d3e 100644 --- a/demo-assethelper/build.gradle +++ b/demo-assethelper/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.android.application' apply plugin: 'android-command' -apply plugin: 'sqlite-access' +apply plugin: 'sqlite-analyzer' android { buildToolsVersion rootProject.ext.buildToolsVersion diff --git a/demo-auto/build.gradle b/demo-auto/build.gradle index 05b80f8..d759b88 100644 --- a/demo-auto/build.gradle +++ b/demo-auto/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' apply plugin: 'android-apt' apply plugin: 'android-command' -apply plugin: 'sqlite-access' +apply plugin: 'sqlite-analyzer' android { buildToolsVersion rootProject.ext.buildToolsVersion @@ -29,4 +29,4 @@ sqliteAccess { generateAuto true } -apply from: "$rootDir/team-props/lint.gradle" \ No newline at end of file +apply from: "$rootDir/team-props/lint.gradle" diff --git a/demo-sqliteprovider/build.gradle b/demo-sqliteprovider/build.gradle index 9a45caa..4394209 100644 --- a/demo-sqliteprovider/build.gradle +++ b/demo-sqliteprovider/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.android.application' apply plugin: 'android-command' -apply plugin: 'sqlite-access' +apply plugin: 'sqlite-analyzer' android { buildToolsVersion rootProject.ext.buildToolsVersion