From d4042fae1dc59a0260e6c7f1759e5d8749c55d74 Mon Sep 17 00:00:00 2001 From: Daniel Weaver Date: Fri, 16 Sep 2016 12:15:54 -0700 Subject: [PATCH] Revert "Bump to 2.0.0, update README" --- CHANGELOG.md | 6 +----- README.md | 27 +++++++++++++-------------- gradle.properties | 4 ++-- 3 files changed, 16 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a05bf9..a43a25b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,6 @@ Change Log ========== -## Version 2.0.0 - - * New classification model. - ## Version 1.0.1 _2015-04-02_ @@ -16,4 +12,4 @@ _2015-04-02_ _2015-03-25_ - * Initial release. + * Initial release. \ No newline at end of file diff --git a/README.md b/README.md index b4b92c6..1af0c63 100644 --- a/README.md +++ b/README.md @@ -7,33 +7,32 @@ application behavior based on the capabilities of the phone's hardware. ![Most Popular Devices by Year Class](https://github.com/facebook/device-year-class/raw/master/docs/images/popular_devices_by_year_class.png) -Mappings as of this writing (RAM is a ceiling): +Mappings as of this writing (ceilings, aside from the final row): + +|Year| Cores| Clock | RAM | +|---:|------:|-------:|-----:| +|2008| 1 | 528MHz| 192MB| +|2009| n/a | 600MHz| 290MB| +|2010| n/a | 1.0GHz| 512MB| +|2011| 2 | 1.2GHz| 1GB| +|2012| 4 | 1.5GHz| 1.5GB| +|2013| n/a | 2.0GHz| 2GB| +|2014| n/a | >2GHz| >2GB| -| RAM | condition | Year Class | -|----:|----------:|-----------:| -|768MB| 1 core | 2009 | -| | 2+ cores | 2010 | -| 1GB| <1.3GHz | 2011 | -| | 1.3GHz+ | 2012 | -|1.5GB| <1.8GHz | 2012 | -| | 1.8GHz+ | 2013 | -| 2GB| | 2013 | -| 3GB| | 2014 | -| more| | 2015 | ## Integration ### Download Download [the latest JARs](https://github.com/facebook/device-year-class/releases/latest) or grab via Gradle: ```groovy -compile 'com.facebook.device.yearclass:yearclass:2.0.0' +compile 'com.facebook.device.yearclass:yearclass:1.0.1' ``` or Maven: ```xml com.facebook.device.yearclass yearclass - 2.0.0 + 1.0.1 ``` diff --git a/gradle.properties b/gradle.properties index e47d34f..4cf3450 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -VERSION_NAME=2.0.0 -GROUP=com.facebook.device.yearclass +VERSION_NAME=1.0.1 +GROUP=com.facebook.device.yearclass \ No newline at end of file