We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e325c39 commit 390b915Copy full SHA for 390b915
templates/android/example/build.gradle.twig
@@ -2,7 +2,6 @@ plugins {
2
id 'com.android.application'
3
id 'kotlin-android'
4
id 'kotlin-kapt'
5
- id 'com.google.gms.google-services'
6
}
7
8
android {
templates/android/settings.gradle
@@ -1,4 +1,3 @@
1
rootProject.name = "Appwrite Android SDK"
include ':example'
-include ':library'
-include ':example-java'
+include ':library'
0 commit comments