Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit 0a9ea47

Browse files
authored
[Xamarin.Android.Tools.AndroidSdk] Add API-34 to KnownVersions (#212)
1 parent 3cee10b commit 0a9ea47

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@ static bool MatchesId (AndroidVersion version, string id)
191191
newAndroidVersion(33,"13.0"){
192192
AlternateIds=new[]{"T"},
193193
},
194+
newAndroidVersion(34,"14.0"){
195+
AlternateIds=new[]{"U","UpsideDownCake","Upside Down Cake"},
196+
},
194197
};
195198
}
196199
}

0 commit comments

Comments
 (0)