Skip to content

Commit

Permalink
build: add Google services plugin and Firebase database dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Mar 13, 2024
1 parent 67325eb commit 983bd42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
apply plugin: 'com.google.gms.google-services'
android {
namespace "com.softwarearchitecture"
buildToolsVersion "34.0.0"
Expand Down Expand Up @@ -32,6 +33,10 @@ android {
}
}

dependencies {
implementation 'com.google.firebase:firebase-database:20.3.1'
}


// called every time gradle gets executed, takes the native dependencies of
// the natives configuration, and extracts them to the proper libs/ folders
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'

classpath 'com.google.gms:google-services:4.4.1'


}
}
Expand Down

0 comments on commit 983bd42

Please sign in to comment.