Compare commits

...

1 Commits

Author SHA1 Message Date
e8da4c5ce9 Hide API KEY 2025-12-13 23:17:51 +07:00

View File

@ -1,5 +1,5 @@
package com.example.notesai.config
object APIKey {
const val GEMINI_API_KEY = "AIzaSyBzC64RXsNtSERlts_FSd8HXKEpkLdT7-8"
const val GEMINI_API_KEY = "MY_GEMINI_KEY"
}