diff options
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/os/Build.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index f6edee0f78e7..0d269af94e55 100644 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -245,7 +245,7 @@ public class Build { * Magic version number for a current development build, which has * 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! |
