Skip to content

Commit

Permalink
Update android-client version in the sample apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
novalisdenahi committed Jan 30, 2024
1 parent 4fe5478 commit 778e6c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/android-java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.4.0'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.configcat:configcat-android-client:9.0.0'
implementation 'com.configcat:configcat-android-client:10.0.0'
implementation 'org.slf4j:slf4j-api:2.0.7'
implementation 'com.github.tony19:logback-android:3.0.0'
}
2 changes: 1 addition & 1 deletion samples/android-kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.21'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.configcat:configcat-android-client:9.0.0'
implementation 'com.configcat:configcat-android-client:10.0.0'
implementation 'com.noveogroup.android:android-logger:1.3.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
Expand Down

0 comments on commit 778e6c0

Please sign in to comment.