Make everything depened on Annotations

This is the new unifying package which all others depend on in support so that there are no javac errors during app compile due to missing referenced annotations.

This also acts as a version locking unification package for all of support libs, so it should no longer be possible to get versions out of sync (eg: previously you could install a different version of CardView).
This commit is contained in:
Redth 2017-04-06 16:33:54 -04:00
Родитель 21d71fcda8
Коммит df42c42fcd
4 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -15,6 +15,8 @@
<dependencies>
<group targetFramework="MonoAndroid70">
<dependency id="Xamarin.Build.Download" version="0.4.3" />
<dependency id="Xamarin.Android.Support.Annotations" version="[$version$]" />
</group>
</dependencies>
</metadata>

Просмотреть файл

@ -15,6 +15,8 @@
<dependencies>
<group targetFramework="MonoAndroid70">
<dependency id="Xamarin.Build.Download" version="0.4.3" />
<dependency id="Xamarin.Android.Support.Annotations" version="[$version$]" />
</group>
</dependencies>
</metadata>

Просмотреть файл

@ -15,6 +15,8 @@
<dependencies>
<group targetFramework="MonoAndroid70">
<dependency id="Xamarin.Build.Download" version="0.4.3" />
<dependency id="Xamarin.Android.Support.Annotations" version="[$version$]" />
</group>
</dependencies>
</metadata>

Просмотреть файл

@ -15,6 +15,8 @@
<dependencies>
<group targetFramework="MonoAndroid70">
<dependency id="Xamarin.Build.Download" version="0.4.3" />
<dependency id="Xamarin.Android.Support.Annotations" version="[$version$]" />
</group>
</dependencies>
</metadata>