Skip to content

Commit

Permalink
fix: bump to more performant android version
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Jun 1, 2023
1 parent 92913e7 commit f8c9cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ repositories {
dependencies {
implementation project(':expo-modules-core')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}"
implementation "org.xmtp:android:0.1.5"
implementation "org.xmtp:android:0.1.6"
implementation 'com.google.code.gson:gson:2.10.1'
}

0 comments on commit f8c9cc2

Please sign in to comment.