Commit 59806662 by Fear1ess

4/8

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