Skip to content

Commit

Permalink
WIP integration with sdk-test-proxy
Browse files Browse the repository at this point in the history
Resolves #1003.
  • Loading branch information
lawrence-forooghian committed Feb 16, 2023
1 parent 7dffce1 commit 5c2c2ee
Show file tree
Hide file tree
Showing 7 changed files with 146 additions and 1,319 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "external/sdk-test-proxy"]
path = external/sdk-test-proxy
url = git@github.com:ably/sdk-test-proxy.git
4 changes: 4 additions & 0 deletions android-test-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ plugins {
id 'com.android.library'
id 'kotlin-android'
id 'org.jlleitschuh.gradle.ktlint'
// TODO should this be here?
id 'org.jetbrains.kotlin.plugin.serialization' version "$kotlin_version"
}

dependencies {
Expand All @@ -21,6 +23,8 @@ dependencies {
implementation "io.ktor:ktor-client-logging:$ktor_version"
implementation "uk.uuid.slf4j:slf4j-android:1.7.36-0"

implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1'

implementation 'org.msgpack:msgpack-core:0.9.3'
}

Expand Down
Loading

0 comments on commit 5c2c2ee

Please sign in to comment.