Skip to content

Commit

Permalink
swpc
Browse files Browse the repository at this point in the history
  • Loading branch information
U-METAL103\103 authored and U-METAL103\103 committed Mar 16, 2024
1 parent 7c47351 commit c8950ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/java/joshuatee/wx/space/UtilityAurora.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 joshua.tee@gmail.com
Copyright 2013-2024 elymbmx@gmail.com
This file is part of wX.
Expand Down Expand Up @@ -39,9 +39,9 @@ internal object UtilityAurora {
)

val urls = listOf(
"${GlobalVariables.nwsSwpcWebSitePrefix}/images/animations/ovation/north/latest.jpg",
"${GlobalVariables.nwsSwpcWebSitePrefix}/images/animations/ovation/south/latest.jpg",
"${GlobalVariables.nwsSwpcWebSitePrefix}/images/planetary-k-index.gif"
"${GlobalVariables.NWS_SWPC_WEBSITE_PREFIX}/images/animations/ovation/north/latest.jpg",
"${GlobalVariables.NWS_SWPC_WEBSITE_PREFIX}/images/animations/ovation/south/latest.jpg",
"${GlobalVariables.NWS_SWPC_WEBSITE_PREFIX}/images/planetary-k-index.gif"
)

/*
Expand Down

0 comments on commit c8950ab

Please sign in to comment.