Firebase 추가

Crashlytics 추가
RemoteConfig 이용한 강제 업데이트 로직 추가
This commit is contained in:
2023-07-25 02:40:41 +09:00
parent edbaceba0b
commit fd8c4e726d
10 changed files with 380 additions and 8 deletions

7
.gitignore vendored
View File

@@ -20,7 +20,8 @@ bin/
gen/
out/
# Uncomment the following line in case you need and you don't have the release build type files in your app
release/
/release/
/debug/
# Gradle files
.gradle/
@@ -302,7 +303,7 @@ fabric.properties
### AndroidStudio Patch ###
!/gradle/wrapper/gradle-wrapper.jar
app/debug/*
app/release/*
app/debug/
app/release/
# End of https://www.toptal.com/developers/gitignore/api/macos,android,androidstudio,visualstudiocode,git,kotlin,java