Commit 59806662 by Fear1ess

4/8

parent c73a9339
......@@ -5,7 +5,7 @@ plugins {
android {
signingConfigs {
release {
storeFile file('/Users/reyun/Program/Android/reyunsdk/reyun.keystore')
storeFile file('reyun.keystore')
storePassword 'reyun12345'
keyAlias 'reyun.keystore'
keyPassword 'reyun12345'
......@@ -16,7 +16,7 @@ android {
defaultConfig {
applicationId "com.reyun.sdktestdemo"
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0"
......
......@@ -7,7 +7,7 @@ android {
buildToolsVersion "30.0.3"
defaultConfig {
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0"
......
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