Compare commits

...

1 Commits

Author SHA1 Message Date
db15e9d7ac Hide API KEY 2025-12-13 23:18:15 +07:00

View File

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