Skip to content

Commit

Permalink
chore(android): build.gradle depend on 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SSebo committed Aug 2, 2022
1 parent d75eb2f commit aeeb49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2'
implementation "net.java.dev.jna:jna:5.7.0@aar"
implementation 'com.featureprobe:client-sdk-android:1.1.0@aar'
implementation 'com.featureprobe:client-sdk-android:1.0.1@aar'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class MainActivity : AppCompatActivity() {
val url =
FpUrlBuilder("PLEASE_INPUT_REMOTE_URL").build();
val user = FpUser("123")
user.with("city", "1")
// user.with("city", "1")
val config = FpConfig(url!!, "client-1b31633671aa8be967697091b72d23da6bf858a7", 10u, true)
val fp = FeatureProbe(config, user)
while (true) {
Expand Down

0 comments on commit aeeb49f

Please sign in to comment.