jskcse4 / FreeTamilEBooks

android app for freetamilebook.com
GNU General Public License v3.0
11 stars 10 forks source link

Checking version #1

Closed gurumoorthy closed 8 years ago

gurumoorthy commented 9 years ago

Hi i have found a error here

if(version >= VERSION_CODES.ICE_CREAM_SANDWICH_MR1) GTE_ICS_15 = true; else PRE_ICS_15 = true;

    //4.1.x ,4.2.x ,4.3.x api level 16, mr1 =17, mr2 =18
    if(version>= VERSION_CODES.JELLY_BEAN)
        GTE_JB_16 = true;
    else
        PRE_JB_16 = true;

    if(version>= VERSION_CODES.JELLY_BEAN_MR1)
        GTE_JB_17 = true;
    else
        PRE_JB_17 = true;

    if(version>= VERSION_CODES.JELLY_BEAN_MR2)