File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ android {
4040}
4141
4242dependencies {
43- implementation(" io.deepone.sdk:deeponesdk:1.0.14 " )
43+ implementation(" io.deepone.sdk:deeponesdk:1.0.15 " )
4444
4545 implementation(libs.androidx.core.ktx)
4646 implementation(libs.androidx.lifecycle.runtime.ktx)
Original file line number Diff line number Diff line change 33 xmlns : tools =" http://schemas.android.com/tools" >
44
55 <application
6+ android : networkSecurityConfig =" @xml/network_security_config"
67 android : allowBackup =" true"
78 android : dataExtractionRules =" @xml/data_extraction_rules"
89 android : fullBackupContent =" @xml/backup_rules"
1415
1516 <meta-data
1617 android : name =" DeepOne.test_key"
17- android : value =" test_key_here " />
18+ android : value =" OjC0Bvo8sgKmI8HebYCKF2Dtcg8twZxZ " />
1819 <meta-data
1920 android : name =" DeepOne.live_key"
20- android : value =" live_key_here" />
21+ android : value =" vM1CZFYatLW5Ssx34y1FeBe5hKCYfLVo" />
22+
23+ <meta-data
24+ android : name =" DeepOne.baseUrl"
25+ android : value =" https://api.tryluckybastard.xyz" />
2126
2227 <activity
2328 android : name =" .MainActivity"
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ Add the following to your app-level `build.gradle` file:
2222
2323``` gradle
2424dependencies {
25- implementation 'io.deepone.sdk:deeponesdk:1.0.14 '
25+ implementation 'io.deepone.sdk:deeponesdk:1.0.15 '
2626}
2727```
2828
2929### Kotlin DSL
3030
3131``` kotlin
3232dependencies {
33- implementation(" io.deepone.sdk:deeponesdk:1.0.14 " )
33+ implementation(" io.deepone.sdk:deeponesdk:1.0.15 " )
3434}
3535```
3636
Original file line number Diff line number Diff line change @@ -104,6 +104,6 @@ android {
104104}
105105
106106dependencies {
107- implementation(" io.deepone.sdk:deeponenetworking:1.0.14 " )
107+ implementation(" io.deepone.sdk:deeponenetworking:1.0.15 " )
108108 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3" )
109109}
You can’t perform that action at this time.
0 commit comments