Skip to content

Commit

Permalink
Update Constant.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
GM7Avila authored Jul 10, 2024
1 parent 5557a46 commit 072245b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/java/com/example/apptempo/api/Constant.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.example.apptempo.api

object Constant {
val apiKey = "33d89672bac54e2b825191537240107"
}
// www.weatherapi.com (https + json)
val apiKey = "Your_API_Key_Here"
}

0 comments on commit 072245b

Please sign in to comment.