Skip to content

Commit

Permalink
fix: moved dependabot yaml and corrected abrevva sdk name
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto committed Sep 5, 2024
1 parent 5cfe185 commit 062fab4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {
testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'io.mockk:mockk:1.13.12'
testImplementation "org.junit.jupiter:junit-jupiter:5.10.0"
implementation group: "com.evva.xesar", name: "abrevva-android-sdk", version: "1.0.19"
implementation group: "com.evva.xesar", name: "abrevva-sdk-android", version: "1.0.20"
}

testOptions {
Expand Down

0 comments on commit 062fab4

Please sign in to comment.