Skip to content

Commit 390b915

Browse files
committed
Fix Android example build
1 parent e325c39 commit 390b915

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

templates/android/example/build.gradle.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ plugins {
22
id 'com.android.application'
33
id 'kotlin-android'
44
id 'kotlin-kapt'
5-
id 'com.google.gms.google-services'
65
}
76

87
android {

templates/android/settings.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
rootProject.name = "Appwrite Android SDK"
22
include ':example'
3-
include ':library'
4-
include ':example-java'
3+
include ':library'

0 commit comments

Comments
 (0)