Skip to content

Commit 1395b9c

Browse files
committed
Update seriesguide-api [2.0.3 -> 2.1.0], and appcompat.
1 parent c4cf5fd commit 1395b9c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
dependencies {
2727
implementation fileTree(dir: 'libs', include: ['*.jar'])
2828
// https://developer.android.com/jetpack/androidx/releases/appcompat
29-
implementation 'androidx.appcompat:appcompat:1.1.0'
29+
implementation 'androidx.appcompat:appcompat:1.2.0'
3030

31-
implementation 'com.uwetrottmann.seriesguide:seriesguide-api:2.0.3'
31+
implementation 'com.uwetrottmann.seriesguide:seriesguide-api:2.1.0'
3232
}

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
# This option should only be used with decoupled projects. More details, visit
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
19-
android.enableJetifier=true
2019
android.useAndroidX=true

0 commit comments

Comments
 (0)