Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86b1b4bb authored by Mårten Kongstad's avatar Mårten Kongstad Committed by Android (Google) Code Review
Browse files

Merge "Update docs for Build.VERSION_CODES_FULL.BAKLAVA" into main

parents fb0948b0 c2ac469c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1515,7 +1515,7 @@ public class Build {
                VERSION_CODES.VANILLA_ICE_CREAM * SDK_INT_MULTIPLIER;

        /**
         * The upcoming, not yet finalized, version of Android.
         * Android 36.0.
         */
        public static final int BAKLAVA = VERSION_CODES.BAKLAVA * SDK_INT_MULTIPLIER;
    }