this post was submitted on 22 Mar 2025
90 points (100.0% liked)
Summit
875 readers
15 users here now
Community to discuss Summit, a Lemmy reader for Android.
App (Play Store): https://play.google.com/store/apps/details?id=com.idunnololz.summit
APK: https://github.com/idunnololz/summit-for-lemmy/releases
Support the app
Website: https://summit.idunnololz.com/
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not sure if it's been done already, but your sentry token is still visible in the latest commit, you should probably revoke it
Yeah i did lol. I had a .gitignore rule for it. But I was trying to see if a specific
gradle
command would require the API key so I moved it to a subfolder. However I did the move in Android Studio and Android Studio updated the .gitignore rule so it ignored the file in the new folder. After I was done testing I moved the file back to the root folder. For some reason Android Studio did not change the gitignore rule back. That was annoying...didn't know Android studio changed the gitignore file reference, that's good to know. Good to see it's already resolved, I just wanted to make sure you were aware