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

Commit 53dfdb33 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽 Committed by Nishith Khanna
Browse files

fix: appIntro dependency not found

appIntro dependency changes it's packageName, which causes dependency
not found in repo issue.
parent 7b91355d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ dependencies {
    // third-party libs
    implementation 'org.mnode.ical4j:ical4j:3.2.13'
    implementation 'com.jaredrummler:colorpicker:1.1.0'
    implementation "com.github.AppIntro:AppIntro:${versions.appIntro}"
    implementation "com.github.AppIntro:appintro:${versions.appIntro}"
    implementation("com.github.bitfireAT:dav4jvm:${versions.dav4jvm}") {
        exclude group: 'junit'
    }