1 Star 0 Fork 0

lsgsx/GooglePlayServicesComponents

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
GpsConsts.cs 741 Bytes
一键复制 编辑 原始数据 按行查看 历史
Redth 提交于 2016-12-01 23:22 +08:00 . Updated bindings for v10.0.0
// Google Addon feed with GPS in it:
// https://dl-ssl.google.com/android/repository/addon.xml
static class __GpsConsts {
public const string Url = "https://dl-ssl.google.com/android/repository/google_m2repository_gms_v8_rc41_wear_2a3.zip";
public const string Sha1sum = "12d2355caafea06987c8323fa53c3ecc61477a35";
public const string Version = "10.0.0";
public const string WearVersion = "1.4.0";
public const string PackageName = "Xamarin.GooglePlayServices";
}
static class __FbConsts
{
public const string PackageName = __GpsConsts.PackageName;
public const string Url = __GpsConsts.Url;
public const string Sha1sum = __GpsConsts.Sha1sum;
public const string Version = __GpsConsts.Version;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/ssjylsg/GooglePlayServicesComponents.git
git@gitee.com:ssjylsg/GooglePlayServicesComponents.git
ssjylsg
GooglePlayServicesComponents
GooglePlayServicesComponents
master

搜索帮助