Loading core/java/android/os/Build.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -275,7 +275,7 @@ public class Build { * Magic version number for a current development build, which has * Magic version number for a current development build, which has * not yet turned into an official release. * not yet turned into an official release. */ */ public static final int CUR_DEVELOPMENT = 10000; public static final int CUR_DEVELOPMENT = VMRuntime.SDK_VERSION_CUR_DEVELOPMENT; /** /** * October 2008: The original, first, version of Android. Yay! * October 2008: The original, first, version of Android. Yay! Loading Loading
core/java/android/os/Build.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -275,7 +275,7 @@ public class Build { * Magic version number for a current development build, which has * Magic version number for a current development build, which has * not yet turned into an official release. * not yet turned into an official release. */ */ public static final int CUR_DEVELOPMENT = 10000; public static final int CUR_DEVELOPMENT = VMRuntime.SDK_VERSION_CUR_DEVELOPMENT; /** /** * October 2008: The original, first, version of Android. Yay! * October 2008: The original, first, version of Android. Yay! Loading