Skip to content

Commit

Permalink
Upgrade Robolectric Version
Browse files Browse the repository at this point in the history
Upgrade CompileSDK Version
Add Maven Central to set of source repositories
  • Loading branch information
ndegwamartin committed Jul 2, 2024
1 parent 2547c2a commit 28edb1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ allprojects {
repositories {
google()
jcenter()
mavenCentral()
mavenLocal()
maven { url "https://jitpack.io" }
maven {
Expand Down
6 changes: 3 additions & 3 deletions configs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ ext {
// Dependency and other versions
androidxTestCoreVersion = "1.4.0"
buildToolsVersion = "30.0.3"
compileSdkVersion = 28
compileSdkVersion = 30
jacocoVersion = "0.8.8"
junitVersion = "4.12"
mapboxAnnotationPluginVersion = "0.9.0"
mapboxSdkVersion = "9.7.1"
robolectricShadowsMultidexVersion = "4.3.1"
robolectricVersion = "4.3.1"
robolectricShadowsMultidexVersion = "4.7.3"
robolectricVersion = "4.7.3"
supportVersion = "1.0.0"
volleyVersion = "1.2.0"
targetSdkVersion = 27
Expand Down

0 comments on commit 28edb1d

Please sign in to comment.