Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 9f1b9c6

Browse files
committed
Update libraries.
1 parent fee41e5 commit 9f1b9c6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ dependencies {
110110
annotationProcessor "io.noties:prism4j-bundler:2.0.0"
111111
implementation "com.caverock:androidsvg:1.4"
112112

113-
// Utils for compat (Needs to be outsourced ASAP)
114-
// compileOnly "org.robolectric:android-all:11-robolectric-6757853"
115-
116113
// Test
117114
testImplementation 'junit:junit:4.+'
118115
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
gradlePluginPortal()
77
}
8-
project.ext.latestAboutLibsRelease = "10.3.0"
8+
project.ext.latestAboutLibsRelease = "10.3.1"
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:7.2.1'
1111
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}"

0 commit comments

Comments
 (0)