Bug fixes
This commit is contained in:
parent
2b15ac63f8
commit
8bad655966
@ -80,7 +80,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 8
|
minSdkVersion 8
|
||||||
targetSdkVersion 19
|
targetSdkVersion 19
|
||||||
versionCode 311
|
versionCode 312
|
||||||
versionName "1.8.0"
|
versionName "1.8.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -218,8 +218,6 @@ public class FileUploadOperation {
|
|||||||
editor.putString(fileKey + "_key", Utilities.bytesToHex(key));
|
editor.putString(fileKey + "_key", Utilities.bytesToHex(key));
|
||||||
}
|
}
|
||||||
editor.commit();
|
editor.commit();
|
||||||
|
|
||||||
editor.putString(fileKey + "_key", Utilities.bytesToHex(key));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isEncrypted) {
|
if (isEncrypted) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user