Skip to content

Commit

Permalink
Convert AnalyticsClient to Kotlin.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Jan 30, 2023
1 parent d6e2360 commit 619c17b
Show file tree
Hide file tree
Showing 6 changed files with 451 additions and 430 deletions.
3 changes: 2 additions & 1 deletion BraintreeCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'kotlin-kapt'
}

def DEVELOPMENT_URL = System.properties['DEVELOPMENT_URL'] ?: '"http://10.0.2.2:3000/"';
def DEVELOPMENT_URL = System.properties['DEVELOPMENT_URL'] ?: '"http://10.0.2.2:3000/"'

android {
compileSdkVersion rootProject.compileSdkVersion
Expand Down Expand Up @@ -84,6 +84,7 @@ dependencies {
testImplementation deps.powermockMockito
testImplementation deps.powermockClassloading
testImplementation deps.jsonAssert
testImplementation deps.mockk
testImplementation project(':PayPal')
testImplementation project(':TestUtils')
testImplementation project(':UnionPay')
Expand Down
Loading

0 comments on commit 619c17b

Please sign in to comment.