Index: android/build_info.h |
diff --git a/android/build_info.h b/android/build_info.h |
index 0d722b5d41ad4c8a77c4fad2eecb9acc718633f4..a70a9c54711db58d6e8062fdd0eaa30632f784c8 100644 |
--- a/android/build_info.h |
+++ b/android/build_info.h |
@@ -24,7 +24,8 @@ enum SdkVersion { |
SDK_VERSION_KITKAT = 19, |
SDK_VERSION_KITKAT_WEAR = 20, |
SDK_VERSION_LOLLIPOP = 21, |
- SDK_VERSION_LOLLIPOP_MR1 = 22 |
+ SDK_VERSION_LOLLIPOP_MR1 = 22, |
+ SDK_VERSION_MARSHMALLOW = 23 |
}; |
// BuildInfo is a singleton class that stores android build and device |