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

Commit 266c8a1

Browse files
committed
Merge pull request #13 from novoda/rename_plugin_id
Rename plugin id to `sqlite-analyzer`
2 parents f8466c4 + a3946ed commit 266c8a1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

analyzer/src/main/resources/META-INF/gradle-plugins/sqlite-access.properties renamed to analyzer/src/main/resources/META-INF/gradle-plugins/sqlite-analyzer.properties

File renamed without changes.

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-access'
3+
apply plugin: 'sqlite-analyzer'
44

55
android {
66
buildToolsVersion rootProject.ext.buildToolsVersion

demo-auto/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'android-apt'
33
apply plugin: 'android-command'
4-
apply plugin: 'sqlite-access'
4+
apply plugin: 'sqlite-analyzer'
55

66
android {
77
buildToolsVersion rootProject.ext.buildToolsVersion
@@ -29,4 +29,4 @@ sqliteAccess {
2929
generateAuto true
3030
}
3131

32-
apply from: "$rootDir/team-props/lint.gradle"
32+
apply from: "$rootDir/team-props/lint.gradle"

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-access'
3+
apply plugin: 'sqlite-analyzer'
44

55
android {
66
buildToolsVersion rootProject.ext.buildToolsVersion

0 commit comments

Comments
 (0)