Skip to content

Commit

Permalink
Trim whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
REAndroid committed Mar 26, 2024
1 parent 8bbb16b commit d54efd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/reandroid/app/AndroidApiLevel.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public class AndroidApiLevel implements Comparable<AndroidApiLevel>{
Sv2 = new AndroidApiLevel("Sv2", 32, "12.1", "Snow Cone v2");
T = new AndroidApiLevel("T", 33, "13", "Tiramisu");
U = new AndroidApiLevel("U", 34, "14", "Upside Down Cake");
V = new AndroidApiLevel("V", 35, "15", "Vanilla Ice Cream ");
V = new AndroidApiLevel("V", 35, "15", "Vanilla Ice Cream");

ANDROID_PLATFORM = new AndroidApiLevel("ANDROID_PLATFORM", 10000, "10000", "ANDROID_PLATFORM");

Expand Down

0 comments on commit d54efd9

Please sign in to comment.