Update libraries.

pull/177/head
Fox2Code 2 years ago
parent fee41e53bd
commit 9f1b9c679a

@ -110,9 +110,6 @@ dependencies {
annotationProcessor "io.noties:prism4j-bundler:2.0.0"
implementation "com.caverock:androidsvg:1.4"
// Utils for compat (Needs to be outsourced ASAP)
// compileOnly "org.robolectric:android-all:11-robolectric-6757853"
// Test
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

@ -5,7 +5,7 @@ buildscript {
mavenCentral()
gradlePluginPortal()
}
project.ext.latestAboutLibsRelease = "10.3.0"
project.ext.latestAboutLibsRelease = "10.3.1"
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}"

Loading…
Cancel
Save