114
Summit for Lemmy is Open Source
(github.com)
Community to discuss Summit, an open-source 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
Source: https://github.com/idunnololz/summit
Support the app
Website: https://summit.idunnololz.com/
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