Skip to content

Commit

Permalink
fix: bump android dep
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed Nov 28, 2023
1 parent cb44b4d commit 2b9f31b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "com.aallam.openai:openai-client:3.5.0"
implementation 'io.ktor:ktor-client-android:+'
implementation "com.aallam.openai:openai-client:3.6.1"
implementation 'io.ktor:ktor-client-android:2.3.6'
}

if (isNewArchitectureEnabled()) {
Expand Down

0 comments on commit 2b9f31b

Please sign in to comment.