pull/1274/head
gedoor 3 years ago
parent e66e6dd470
commit e4256f2512
  1. 2
      app/src/main/java/io/legado/app/utils/EncoderUtils.kt
  2. 2
      build.gradle

@ -125,6 +125,8 @@ object EncoderUtils {
* @param key The key. * @param key The key.
* @param algorithm The name of algorithm. * @param algorithm The name of algorithm.
* @param transformation The name of the transformation, e.g., <i>DES/CBC/PKCS5Padding</i>. * @param transformation The name of the transformation, e.g., <i>DES/CBC/PKCS5Padding</i>.
* @param iv The buffer with the IV. The contents of the
* buffer are copied to protect against subsequent modification.
* @param isEncrypt True to encrypt, false otherwise. * @param isEncrypt True to encrypt, false otherwise.
* @return the bytes of symmetric encryption or decryption * @return the bytes of symmetric encryption or decryption
*/ */

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.5.30-M1' ext.kotlin_version = '1.5.30'
repositories { repositories {
google() google()
mavenCentral() mavenCentral()

Loading…
Cancel
Save