Nikita Lipsky
2 years ago
committed by
GitHub
5 changed files with 12 additions and 3 deletions
@ -1,3 +1,3 @@
|
||||
TEAM_ID= |
||||
BUNDLE_ID=org.jetbrains.Imageviewer |
||||
APP_NAME=Imageviewer |
||||
APP_NAME=My Memories |
||||
|
@ -1,3 +1,5 @@
|
||||
package example.imageviewer |
||||
|
||||
actual fun getCurrentLanguage(): AvailableLanguages = AvailableLanguages.EN |
||||
|
||||
actual fun getCurrentPlatform(): String = "Android" |
Loading…
Reference in new issue