We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cf5fd commit 1395b9cCopy full SHA for 1395b9c
2 files changed
app/build.gradle
@@ -26,7 +26,7 @@ android {
26
dependencies {
27
implementation fileTree(dir: 'libs', include: ['*.jar'])
28
// https://developer.android.com/jetpack/androidx/releases/appcompat
29
- implementation 'androidx.appcompat:appcompat:1.1.0'
+ implementation 'androidx.appcompat:appcompat:1.2.0'
30
31
- implementation 'com.uwetrottmann.seriesguide:seriesguide-api:2.0.3'
+ implementation 'com.uwetrottmann.seriesguide:seriesguide-api:2.1.0'
32
}
gradle.properties
@@ -16,5 +16,4 @@
16
# This option should only be used with decoupled projects. More details, visit
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
# org.gradle.parallel=true
19
-android.enableJetifier=true
20
android.useAndroidX=true
0 commit comments