Skip to content

Commit

Permalink
Bump build tools and replace deprecated junit usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfinerty committed Jul 4, 2021
1 parent ca2e78b commit bda5fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.16.0'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

import androidx.test.core.app.ApplicationProvider;

import junit.framework.Assert;

import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
Expand Down

0 comments on commit bda5fa4

Please sign in to comment.