-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from YAPP-Github/feature/issue-009-firebase
[ISSUE-009] 파이어베이스 크래시리틱스 추가
- Loading branch information
Showing
19 changed files
with
295 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"project_info": { | ||
"project_number": "626079185695", | ||
"project_id": "planz-82728", | ||
"storage_bucket": "planz-82728.appspot.com" | ||
}, | ||
"client": [ | ||
{ | ||
"client_info": { | ||
"mobilesdk_app_id": "1:626079185695:android:a0c32837fa7d87257cce2a", | ||
"android_client_info": { | ||
"package_name": "com.yapp.growth" | ||
} | ||
}, | ||
"oauth_client": [ | ||
{ | ||
"client_id": "626079185695-j6kgiofc8h8tqh8gu8talv5c1soq866s.apps.googleusercontent.com", | ||
"client_type": 3 | ||
} | ||
], | ||
"api_key": [ | ||
{ | ||
"current_key": "AIzaSyAyx8MnwBiLESMNMhh0yARVCWxWkBiIs9U" | ||
} | ||
], | ||
"services": { | ||
"appinvite_service": { | ||
"other_platform_oauth_client": [ | ||
{ | ||
"client_id": "626079185695-j6kgiofc8h8tqh8gu8talv5c1soq866s.apps.googleusercontent.com", | ||
"client_type": 3 | ||
} | ||
] | ||
} | ||
} | ||
} | ||
], | ||
"configuration_version": "1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
// alphabet 순서대로 정렬 | ||
object Versions { | ||
const val ANDROID_APP_COMPAT = "1.4.1" | ||
const val ANDROID_BUILD_TOOL = "7.2.0" | ||
const val ANDROID_CORE = "1.7.0" | ||
const val KOTLIN = "1.6.10" | ||
const val COMPOSE = "1.1.1" | ||
const val ACTIVITY_COMPOSE = "1.4.0" | ||
const val ANDROID_APP_COMPAT = "1.4.1" | ||
const val CONSTRAINT_LAYOUT = "2.1.3" | ||
const val COIL = "1.4.0" | ||
const val LIFECYCLE = "2.4.1" | ||
const val COMPOSE = "1.2.0-alpha08" | ||
const val COMPOSE_ACTIVITY = "1.4.0" | ||
const val CONSTRAINT_LAYOUT = "2.1.3" | ||
const val FIREBASE_BOM = "29.1.0" | ||
const val FIREBASE_CRASHLYTICS = "2.9.0" | ||
const val GOOGLE_SERVICE = "4.3.10" | ||
const val HILT = "2.42" | ||
const val HILT_ANDROID = "1.0.0-beta01" | ||
const val JUNIT = "4.13.2" | ||
const val KOTLIN = "1.6.20" | ||
const val KOTLIN_COROUTINES = "1.5.1" | ||
const val RETROFIT = "2.7.1" | ||
const val LIFECYCLE = "2.4.1" | ||
const val OKHTTP = "4.3.1" | ||
const val HILT = "2.42" | ||
const val HILT_ANDROID = "1.0.0-beta01" | ||
const val RETROFIT = "2.7.1" | ||
const val TIMBER = "5.0.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.