Revert Graddle version
This commit is contained in:
parent
ac7db53812
commit
6a1c2f032b
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
@ -82,7 +82,8 @@ public class DataCrypter {
|
|||||||
|
|
||||||
} catch(NoSuchPaddingException | NoSuchAlgorithmException
|
} catch(NoSuchPaddingException | NoSuchAlgorithmException
|
||||||
| InvalidKeyException | UnsupportedEncodingException
|
| InvalidKeyException | UnsupportedEncodingException
|
||||||
| InvalidAlgorithmParameterException e) {
|
| InvalidAlgorithmParameterException | BadPaddingException
|
||||||
|
| IllegalBlockSizeException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ buildscript {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.2.0'
|
classpath 'com.android.tools.build:gradle:3.1.4'
|
||||||
|
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
Loading…
Reference in New Issue
Block a user