Skip to content

Commit

Permalink
Update framework: VanillaIceCream as android-15 api 35
Browse files Browse the repository at this point in the history
  • Loading branch information
REAndroid committed Mar 26, 2024
1 parent fadcf65 commit 8bbb16b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/reandroid/app/AndroidApiLevel.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public class AndroidApiLevel implements Comparable<AndroidApiLevel>{
public static final AndroidApiLevel Sv2;
public static final AndroidApiLevel T;
public static final AndroidApiLevel U;
public static final AndroidApiLevel V;

public static final AndroidApiLevel ANDROID_PLATFORM;

Expand Down Expand Up @@ -94,6 +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 ");

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

Expand Down Expand Up @@ -134,6 +136,7 @@ public class AndroidApiLevel implements Comparable<AndroidApiLevel>{
Sv2,
T,
U,
V,
ANDROID_PLATFORM
};

Expand Down
Binary file not shown.

0 comments on commit 8bbb16b

Please sign in to comment.