{
  "platforms": ["apple", "android", "devtools"],
  "apple": {
    "modules": ["SQLiteModule"]
  },
  "android": {
    "modules": ["expo.modules.sqlite.SQLiteModule"],
    "shouldUsePublicationScriptPath": "android/shouldUsePublication.groovy",
    "publication": {
      "groupId": "host.exp.exponent",
      "artifactId": "expo.modules.sqlite",
      "version": "56.0.4",
      "repository": "local-maven-repo"
    }
  },
  "devtools": {
    "webpageRoot": "dev-plugin-dist"
  }
}
