Skip to content

Commit

Permalink
Merge pull request #91 from AppsFlyerSDK/github-issue-importing
Browse files Browse the repository at this point in the history
GitHub issue importing
  • Loading branch information
morisgateno-appsflyer committed Aug 22, 2023
2 parents cc5a7d9 + 6438634 commit 30ede1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
name: Test Results
path: app/build/test-results/testDebugUnitTest/TEST-*.xml # Path to test results
reporter: java-junit # Format of test results
fail-on-error: true
fail-on-error: true
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
}

dependencies {
implementation 'androidx.test.ext:junit:1.1.5'
testImplementation 'androidx.test.ext:junit:1.1.5'
implementation 'com.appsflyer:af-android-sdk:6.10.3'
compileOnly 'com.android.installreferrer:installreferrer:2.1'
compileOnly 'com.segment.analytics.android:analytics:4.+'
Expand Down

0 comments on commit 30ede1b

Please sign in to comment.