Skip to content

Commit

Permalink
Add jelly beans
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvik committed Feb 5, 2013
1 parent 5f69922 commit d4e8fe2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/scala/com/sattvik/baitha/SdkVersions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ object SdkVersions extends Enumeration with SdkVersions {
val HoneycombMR2 = Value(13)
/** Android 4.0, released October 2011. */
val IceCreamSandwich = Value(14)
/** Android 4.0.3. */
/** Android 4.0.3, released December 2011. */
val IceCreamSandwichMR1 = Value(15)
/** Android 4.1, released June 2012. */
val JellyBean = Value(16)
/** Android 4.2, released June 2012. */
val JellyBeanMR1 = Value(17)
/** Magic version number for a current development build. */
val CurrentDevelopment = Value(10000)

Expand Down

0 comments on commit d4e8fe2

Please sign in to comment.