v0.6.3: removed unecessary differences between private and public code

This commit is contained in:
Evan Debenham
2018-01-20 17:05:08 -05:00
parent 91f31aef9f
commit 7a36840f77
7 changed files with 5 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ public class DeviceCompat {
return Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN;
}
public static boolean supportsGamesServices(){
public static boolean supportsPlayServices(){
return Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH;
}