Skip to content

Commit aeeb49f

Browse files
committed
chore(android): build.gradle depend on 1.0.1
1 parent d75eb2f commit aeeb49f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk-android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
4040
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2'
4141
implementation "net.java.dev.jna:jna:5.7.0@aar"
42-
implementation 'com.featureprobe:client-sdk-android:1.1.0@aar'
42+
implementation 'com.featureprobe:client-sdk-android:1.0.1@aar'
4343
testImplementation 'junit:junit:4.13.2'
4444
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
4545
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

sdk-android/app/src/main/java/com/featureprobe/demo/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class MainActivity : AppCompatActivity() {
1717
val url =
1818
FpUrlBuilder("PLEASE_INPUT_REMOTE_URL").build();
1919
val user = FpUser("123")
20-
user.with("city", "1")
20+
// user.with("city", "1")
2121
val config = FpConfig(url!!, "client-1b31633671aa8be967697091b72d23da6bf858a7", 10u, true)
2222
val fp = FeatureProbe(config, user)
2323
while (true) {

0 commit comments

Comments
 (0)