Skip to content

Commit

Permalink
Remove transitive dependencies on kotlin stdlib (via androidx)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlaver committed Jul 9, 2022
1 parent 3b65937 commit 1e5a2db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions digitalassetlinks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ tasks.whenTaskAdded { task ->
}

dependencies {
implementation 'androidx.annotation:annotation:1.4.0'
implementation 'androidx.collection:collection:1.2.0'
compileOnly 'androidx.annotation:annotation:1.4.0'
testImplementation 'com.google.protobuf:protobuf-java:3.21.2'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:4.6.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

package com.solana.digitalassetlinks;

import android.util.ArrayMap;

import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.collection.ArrayMap;

import org.json.JSONArray;
import org.json.JSONException;
Expand Down

0 comments on commit 1e5a2db

Please sign in to comment.