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:
Родитель
21d71fcda8
Коммит
df42c42fcd
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче