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

Commit 8add58c5 authored by Sumit Pundir's avatar Sumit Pundir
Browse files

fix build errors due to merge

parent 039e1ef5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -11,8 +11,6 @@ object Libs {
    const val xpp3Version = "1.1.6"
}

group="com.gitlab.bitfireAT"

repositories {
    jcenter()
}
+1 −1
Original line number Diff line number Diff line
@@ -12,6 +12,6 @@ object Constants {

    var log = Logger.getLogger("dav4jvm")!!

    const val okHttpVersion = BuildConfig.okhttpVersion
    const val okhttpVersion = BuildConfig.okhttpVersion

}