Browse Source

增加签名

root 7 months ago
parent
commit
fa73180f4f
2 changed files with 9 additions and 0 deletions
  1. BIN
      app/ScreenRecorder.jks
  2. 9 0
      app/build.gradle

BIN
app/ScreenRecorder.jks


+ 9 - 0
app/build.gradle

@@ -2,6 +2,15 @@ apply plugin: 'com.android.application'
 
 android {
     compileSdkVersion 33
+
+    signingConfigs {
+        release {
+            storeFile file('ScreenRecorder.jks')
+            storePassword 'w9vwyW67'
+            keyAlias 'key0'
+            keyPassword 'w9vwyW67'
+        }
+    }
     defaultConfig {
         applicationId "me.yoqi.screenrecorder"
         minSdkVersion 16