Default to minSdk version "1.0"

Этот коммит содержится в:
Daniel Martí 2014-01-03 17:55:33 +01:00
родитель aff6a03fa2
Коммит 066f67bcd4

Просмотреть файл

@ -105,9 +105,8 @@ public final class Utils {
case 4: return "1.6";
case 3: return "1.5";
case 2: return "1.1";
case 1: return "1.0";
default: return "1.0";
}
return "Unknown";
}
public static int countSubstringOccurrence(File file, String substring) throws IOException {