Browse Source

增加签名

root 7 months ago
parent
commit
2be045cf21
2 changed files with 2 additions and 2 deletions
  1. BIN
      app/SafeKeyboard.jks
  2. 2 2
      app/build.gradle

BIN
app/SafeKeyboard.jks


+ 2 - 2
app/build.gradle

@@ -39,8 +39,8 @@ android {
         }
     }
     compileOptions {
-        sourceCompatibility JavaVersion.VERSION_1_8
-        targetCompatibility JavaVersion.VERSION_1_8
+        sourceCompatibility JavaVersion.VERSION_11
+        targetCompatibility JavaVersion.VERSION_11
     }
 }