二维码超时设置
This commit is contained in:
@@ -22,24 +22,6 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
keyAlias 'faceid'
|
||||
keyPassword '123456'
|
||||
storeFile file('../faceid.jks')
|
||||
storePassword '123456'
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
signingConfig signingConfigs.release
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
productFlavors {
|
||||
|
||||
product {
|
||||
@@ -48,8 +30,8 @@ android {
|
||||
*/
|
||||
// buildConfigField("String", "SERVER_IP", "\"120.27.209.4\"")
|
||||
// buildConfigField("String", "SERVER_PORT", "\"56792\"")
|
||||
buildConfigField("String", "SERVER_IP", "\"192.168.0.105\"")
|
||||
buildConfigField("String", "SERVER_PORT", "\"56792\"")
|
||||
buildConfigField("String", "SERVER_IP", "\"lmqhznn.goho.co\"")
|
||||
buildConfigField("String", "SERVER_PORT", "\"26283\"")
|
||||
/**
|
||||
* 门禁连接地址
|
||||
*/
|
||||
@@ -70,7 +52,7 @@ repositories {
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
|
||||
implementation 'com.android.support:appcompat-v7:28.0.0'
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
||||
implementation 'com.android.support.constraint:constraint-layout:2.0.0'
|
||||
implementation 'com.google.code.gson:gson:2.8.4'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.3.1'
|
||||
implementation 'io.netty:netty-all:4.1.10.Final'
|
||||
|
||||
Reference in New Issue
Block a user