Skip to content

Commit a72bb9a

Browse files
authored
1 parent 6575743 commit a72bb9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Xamarin.Android.Tools.AndroidSdk/AndroidVersions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ static bool MatchesId (AndroidVersion version, string id)
194194
new AndroidVersion (34, "14.0") {
195195
AlternateIds = new[]{ "U", "UpsideDownCake", "Upside Down Cake" },
196196
},
197+
new AndroidVersion (35, "15.0") {
198+
AlternateIds = new[]{ "V", "VanillaIceCream", "Vanilla Ice Cream" },
199+
},
197200
};
198201
}
199202
}

0 commit comments

Comments
 (0)