Commit 42c7ea42 by olly Committed by Oliver Woodman

Update SDK_INT

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=142016285
parent 88d2a6a3
...@@ -64,7 +64,7 @@ public final class Util { ...@@ -64,7 +64,7 @@ public final class Util {
* overridden for local testing. * overridden for local testing.
*/ */
public static final int SDK_INT = public static final int SDK_INT =
(Build.VERSION.SDK_INT == 23 && Build.VERSION.CODENAME.charAt(0) == 'N') ? 24 (Build.VERSION.SDK_INT == 25 && Build.VERSION.CODENAME.charAt(0) == 'O') ? 26
: Build.VERSION.SDK_INT; : Build.VERSION.SDK_INT;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment