Bug fixes

This commit is contained in:
DrKLO 2014-08-27 09:53:26 +03:00
parent 2b15ac63f8
commit 8bad655966
2 changed files with 1 additions and 3 deletions

View File

@ -80,7 +80,7 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 19
versionCode 311
versionCode 312
versionName "1.8.0"
}
}

View File

@ -218,8 +218,6 @@ public class FileUploadOperation {
editor.putString(fileKey + "_key", Utilities.bytesToHex(key));
}
editor.commit();
editor.putString(fileKey + "_key", Utilities.bytesToHex(key));
}
if (isEncrypted) {