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

Commit b78183f8 authored by Frank PREEL's avatar Frank PREEL Committed by Nishith Khanna
Browse files

feat: refactor, add shared constant for disabled state (lib v1.2.1)

parent c9902c05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ publishing {
        jar(MavenPublication) {
            groupId = 'foundation.e.apps'
            artifactId = 'ParentalControlData'
            version = '1.2.0'
            version = '1.2.1'

            artifact("$buildDir/libs/${project.name}.jar")

+2 −0
Original line number Diff line number Diff line
@@ -31,4 +31,6 @@ object ParentalControlContract {

    const val PATH_LOGIN_TYPE = "login_type"
    const val PATH_BLOCKLIST = "block_list"

    const val PARENTAL_CONTROL_DISABLED_ORDINAL = 5
}