update version
parent
d7932b5e7f
commit
60f186d8e0
|
@ -12,11 +12,11 @@ android {
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
buildConfigField "String", "APP_KEY", "\"22LyZEib0gLTQdU3MUauAWQrT5jdkwBnjD/4Rw9r+4kA\""
|
buildConfigField "String", "APP_KEY", "\"22LyZEib0gLTQdU3MUauAWQrT5jdkwBnjD/4Rw9r+4kA\""
|
||||||
// App Secret
|
// App Secret
|
||||||
buildConfigField "String", "APP_SECRET", "\"1a90cee1773badee\""
|
buildConfigField "String", "APP_SECRET", "\"cf59e5bf82c506bf\""
|
||||||
// API服务地址
|
// API服务地址
|
||||||
buildConfigField "String", "API_URL", "\"https://mp.finogeeks.com\""
|
buildConfigField "String", "API_URL", "\"http://10.104.58.240:8000\""
|
||||||
// API服务前缀
|
// API服务前缀
|
||||||
buildConfigField "String", "API_PREFIX", "\"/api/v1/mop\""
|
buildConfigField "String", "API_PREFIX", "\"/api/v1/mop/\""
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -38,6 +38,6 @@ dependencies {
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
androidTestImplementation 'androidx.test:runner:1.1.1'
|
androidTestImplementation 'androidx.test:runner:1.1.1'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
|
||||||
implementation 'com.finogeeks.lib:finapplet:2.0.77'
|
implementation 'com.finogeeks.lib:finapplet:+'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,7 +34,7 @@ public class MainActivity extends AppCompatActivity {
|
||||||
.setAppKey("22LyZEib0gLTQdU3MUauAWQrT5jdkwBnjD/4Rw9r+4kA")
|
.setAppKey("22LyZEib0gLTQdU3MUauAWQrT5jdkwBnjD/4Rw9r+4kA")
|
||||||
.setAppSecret("1a90cee1773badee")
|
.setAppSecret("1a90cee1773badee")
|
||||||
.setApiUrl("https://mp.finogeeks.com")
|
.setApiUrl("https://mp.finogeeks.com")
|
||||||
.setApiPrefix("/api/v1/mop/")
|
.setApiPrefix("/api/v1/mop")
|
||||||
.setGlideWithJWT(false)
|
.setGlideWithJWT(false)
|
||||||
.build();
|
.build();
|
||||||
// SDK初始化结果回调,用于接收SDK初始化状态
|
// SDK初始化结果回调,用于接收SDK初始化状态
|
||||||
|
|
Loading…
Reference in New Issue