Skip to content

Commit

Permalink
Merge pull request #79 from /issues/78-update-android-dependencies
Browse files Browse the repository at this point in the history
Update and remove Android dependencies
  • Loading branch information
TomasKypta committed Jan 12, 2024
2 parents e1a90d0 + 522c9f3 commit f2cf732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/Release-Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Release 5.0.2-dev

- Update and remove Android dependencies (#78)

## Previous Releases

Expand Down
7 changes: 1 addition & 6 deletions src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ repositories {

dependencies {
implementation 'com.wultra.android.antimalware:antivirus:0.24.0'
implementation "androidx.core:core:1.6.0"
implementation "androidx.appcompat:appcompat:1.3.1"
implementation "androidx.constraintlayout:constraintlayout:2.1.1"
implementation "androidx.recyclerview:recyclerview:1.2.1"
implementation "com.google.dagger:dagger:2.39.1"
implementation "com.google.code.gson:gson:2.8.8"
implementation "com.google.code.gson:gson:2.10.1"

implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.20"))
}
Expand Down

0 comments on commit f2cf732

Please sign in to comment.