Skip to content

Commit

Permalink
Update SunnyWeatherApplication.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
guolindev authored Apr 22, 2020
1 parent 87c0819 commit 182bfea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class SunnyWeatherApplication : Application() {

companion object {

const val TOKEN = "BNBRvBveaD2VfHVI" // 填入你申请到的令牌值
const val TOKEN = "" // 填入你申请到的令牌值

@SuppressLint("StaticFieldLeak")
lateinit var context: Context
Expand All @@ -19,4 +19,4 @@ class SunnyWeatherApplication : Application() {
context = applicationContext
}

}
}

0 comments on commit 182bfea

Please sign in to comment.