@@ -15,12 +15,12 @@ LogSystemInfo ();
1515
1616var TARGET = Argument ( "t ", Argument ( "target", "Default") ) ;
1717
18- var NUGET_VERSION = "25.2 .0 ";
19- var COMPONENT_VERSION = "25.2 .0 .0 ";
20- var AAR_VERSION = "25.2 .0 ";
18+ var NUGET_VERSION = "25.3 .1 - beta1 ";
19+ var COMPONENT_VERSION = "25.3 .1 .0 ";
20+ var AAR_VERSION = "25.3 .1 ";
2121
2222// FROM: https://dl.google.com/android/repository/addon2-1.xml
23- var M2_REPOSITORY_URL = "https: //dl-ssl.google.com/android/repository/android_m2repository_r44 .zip";
23+ var M2_REPOSITORY_URL = "https: //dl-ssl.google.com/android/repository/android_m2repository_r47 .zip";
2424var BUILD_TOOLS_URL = "https: //dl-ssl.google.com/android/repository/build-tools_r25-macosx.zip";
2525var ANDROID_SDK_VERSION = IsRunningOnWindows ( ) ? "v7.0 " : "android- 24 ";
2626var RENDERSCRIPT_FOLDER = "android-7.1.1" ;
@@ -52,6 +52,7 @@ var AAR_INFOS = new [] {
5252 new AarInfo ( "support-compat" , "support-compat" , "Xamarin.Android.Support.Compat" , AAR_VERSION , NUGET_VERSION , COMPONENT_VERSION ) ,
5353 new AarInfo ( "support-core-utils" , "support-core-utils" , "Xamarin.Android.Support.Core.Utils" , AAR_VERSION , NUGET_VERSION , COMPONENT_VERSION ) ,
5454 new AarInfo ( "support-core-ui" , "support-core-ui" , "Xamarin.Android.Support.Core.UI" , AAR_VERSION , NUGET_VERSION , COMPONENT_VERSION ) ,
55+ new AarInfo ( "support-dynamic-animation" , "dynamic-animation" , "Xamarin.Android.Support.Dynamic.Animation" , AAR_VERSION , NUGET_VERSION , COMPONENT_VERSION ) ,
5556 new AarInfo ( "support-media-compat" , "support-media-compat" , "Xamarin.Android.Support.Media.Compat" , AAR_VERSION , NUGET_VERSION , COMPONENT_VERSION ) ,
5657 new AarInfo ( "support-fragment" , "support-fragment" , "Xamarin.Android.Support.Fragment" , AAR_VERSION , NUGET_VERSION , COMPONENT_VERSION ) ,
5758 new AarInfo ( "transition" , "transition" , "Xamarin.Android.Support.Transition" , AAR_VERSION , NUGET_VERSION , COMPONENT_VERSION ) ,
@@ -110,6 +111,7 @@ var buildSpec = new BuildSpec {
110111 OutputFiles = new [ ] {
111112 new OutputFileCopy { FromFile = "./customtabs/source/bin/Release/Xamarin.Android.Support.CustomTabs.dll" } ,
112113 new OutputFileCopy { FromFile = "./design/source/bin/Release/Xamarin.Android.Support.Design.dll" } ,
114+ new OutputFileCopy { FromFile = "./dynamic-animation/source/bin/Release/Xamarin.Android.Support.Dynamic.Animation.dll" } ,
113115 new OutputFileCopy { FromFile = "./percent/source/bin/Release/Xamarin.Android.Support.Percent.dll" } ,
114116 new OutputFileCopy { FromFile = "./recommendation/source/bin/Release/Xamarin.Android.Support.Recommendation.dll" } ,
115117 //new OutputFileCopy { FromFile = "./v4/source/bin/Release/Xamarin.Android.Support.v4.dll" },
@@ -163,6 +165,7 @@ var buildSpec = new BuildSpec {
163165 NuGets = new [ ] {
164166 new NuGetInfo { NuSpec = "./customtabs/nuget/Xamarin.Android.Support.CustomTabs.nuspec" , Version = NUGET_VERSION , RequireLicenseAcceptance = true } ,
165167 new NuGetInfo { NuSpec = "./design/nuget/Xamarin.Android.Support.Design.nuspec" , Version = NUGET_VERSION , RequireLicenseAcceptance = true } ,
168+ new NuGetInfo { NuSpec = "./dynamic-animation/nuget/Xamarin.Android.Support.Dynamic.Animation.nuspec" , Version = NUGET_VERSION , RequireLicenseAcceptance = true } ,
166169 new NuGetInfo { NuSpec = "./percent/nuget/Xamarin.Android.Support.Percent.nuspec" , Version = NUGET_VERSION , RequireLicenseAcceptance = true } ,
167170 new NuGetInfo { NuSpec = "./recommendation/nuget/Xamarin.Android.Support.Recommendation.nuspec" , Version = NUGET_VERSION , RequireLicenseAcceptance = true } ,
168171 new NuGetInfo { NuSpec = "./v4/nuget/Xamarin.Android.Support.v4.nuspec" , Version = NUGET_VERSION , RequireLicenseAcceptance = true } ,
0 commit comments