2022-09-16 11:19:46 +02:00
|
|
|
using Xamarin.Essentials;
|
|
|
|
|
2024-04-09 12:53:23 +02:00
|
|
|
namespace ShareeBike.Model
|
2022-09-16 11:19:46 +02:00
|
|
|
{
|
|
|
|
public static class CurrentAppInfos
|
|
|
|
{
|
|
|
|
public static string CurrentAppVersion => VersionTracking.CurrentVersion;
|
|
|
|
}
|
|
|
|
}
|