Skip to content

Commit

Permalink
fix: open source license 고지 url
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Mar 9, 2024
1 parent 733a25f commit 725677c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/src/main/java/com/easyhz/picly/helper/Picly.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ class Picly: Application() {
super.onCreate()
FirebaseApp.initializeApp(this)
AnalyticsManager.init(this)
if (UserManager.isLoggedIn()) {
println("picly 로그인")
// UserManager.logout()
} else {
println("picly 로그아웃")
}
}
}

Expand All @@ -34,5 +28,5 @@ class Picly: Application() {
*/
const val TERMS_OF_SERVICE_URL = "https://jdeoks.notion.site/5cc8688a9432444eaad7a8fdc4e4e38a"
const val PRIVACY_POLICY_URL = "https://jdeoks.notion.site/bace573d0a294bdeae4a92464448bcac"
const val OPENSOURCE_LICENSE_URL = "" //TODO:: ** 업데이트 해야됨!!**
const val OPENSOURCE_LICENSE_URL = "https://easyhz.notion.site/PICLY-Android-OpenSource-License-b99c3ffe548f4247b62e9211ec94ca31"
const val DEVELOPER_URL ="https://jdeoks.notion.site/a747b302e36f4c369496e7372768d685"

0 comments on commit 725677c

Please sign in to comment.