Commit 23a41778 authored by chenyuling's avatar chenyuling

signingConfigs

parent a8d8ed01
...@@ -6,7 +6,7 @@ apply plugin: 'kotlin-android-extensions' ...@@ -6,7 +6,7 @@ apply plugin: 'kotlin-android-extensions'
android { android {
signingConfigs { signingConfigs {
release { release {
storeFile file('C:\\E\\dep_work\\kuangshi\\StatInfo\\srthinker.jks') storeFile file('../srthinker.jks')
storePassword 'srthinker' storePassword 'srthinker'
keyAlias 'srthinker' keyAlias 'srthinker'
keyPassword 'srthinker' keyPassword 'srthinker'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment