Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 0d3f3c28 authored by dependabot[bot]'s avatar dependabot[bot] Committed by tobiasKaminsky
Browse files

Bump fragment from 1.2.5 to 1.3.0



Bumps fragment from 1.2.5 to 1.3.0.

Signed-off-by: default avatardependabot[bot] <support@github.com>
Signed-off-by: default avatartobiasKaminsky <tobias@kaminsky.me>
parent c65ae424
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ dependencies {
    implementation "androidx.appcompat:appcompat:1.2.0"
    implementation 'androidx.annotation:annotation:1.1.0'
    implementation 'androidx.core:core:1.3.2'
    implementation 'androidx.fragment:fragment:1.2.5'
    implementation 'androidx.fragment:fragment:1.3.0'

    compileOnly "org.projectlombok:lombok:1.18.18"
    annotationProcessor "org.projectlombok:lombok:1.18.16"
+2 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<lint>
    <issue id="ObsoleteLintCustomCheck" severity="warning">
        <ignore path="**/fragment-1.2.5/**/lint.jar" />
        <ignore path="**/fragment-1.3.0/**/lint.jar" />
        <ignore path="**/appcompat-1.2.**/**/lint.jar" />
        <ignore path="**/jetified-annotation-experimental-1.0.**/**/lint.jar" />
    </issue>
</lint>