Merge branch 'master' of git.linphone.org:linphone-android
This commit is contained in:
commit
43211e9682
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ import android.os.Build;
|
||||||
*/
|
*/
|
||||||
public class Version {
|
public class Version {
|
||||||
|
|
||||||
private static final int buildVersion =
|
private static final int buildVersion = Integer.parseInt(Build.VERSION.SDK) >= 9?
|
||||||
Integer.parseInt(Build.VERSION.SDK);
|
8 : Integer.parseInt(Build.VERSION.SDK); // Force versions above 9 to 8
|
||||||
// 7; // 2.1
|
// 7; // 2.1
|
||||||
|
|
||||||
public static final boolean sdkAbove(int value) {
|
public static final boolean sdkAbove(int value) {
|
||||||
|
|
Loading…
Reference in a new issue