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

Commit c2ac469c authored by Mårten Kongstad's avatar Mårten Kongstad
Browse files

Update docs for Build.VERSION_CODES_FULL.BAKLAVA

Baklava has been finalized; update the docs for the
Build.VERSION_CODES_FULL.BAKLAVA constant accordingly.

Test: m docs sdk
Flag: EXEMPT docs change only
Change-Id: If3d967b57e0c89758836359f2a75276f4227a239
parent 34070be4
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;
    }