Added About section and Open-Meteo credits

This commit is contained in:
ottoptj 2024-08-06 03:24:43 +03:00
commit a014014e8f
10 changed files with 247 additions and 3 deletions

View file

@ -48,5 +48,6 @@ dependencies {
implementation("androidx.navigation:navigation-ui-ktx:2.7.7")
implementation("com.google.code.gson:gson:2.11.0")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.preference:preference:1.2.1")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation ("androidx.activity:activity-ktx:1.9.1")
}