From: Reimar Döffinger Date: Tue, 17 Nov 2015 20:14:51 +0000 (+0100) Subject: Try to fix crash in new data directory suggestion code. X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=54e33f24ca764dc576fb892bc4214546ae148b69 Try to fix crash in new data directory suggestion code. --- diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 17686f5..e5137e8 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="39" + android:versionName="5.1.2" > = Build.VERSION_CODES.KITKAT) { File[] files = getApplicationContext().getExternalFilesDirs(null); for (File f : files) {