Revert Graddle version

This commit is contained in:
Tanguy Herbron 2018-11-19 21:39:47 +01:00
parent ac7db53812
commit 6a1c2f032b
3 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -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();
} }

View File

@ -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