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

Commit 952e34f0 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

change module name with hyphens instead of underscores

parent 53fe9116
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -168,5 +168,5 @@ publish-contracts:
    - if: '$CI_COMMIT_TAG !~ "/^$/"'
      when: always
  script:
    - ./gradlew :parental_control_data:build
    - ./gradlew :parental_control_data:publish
 No newline at end of file
    - ./gradlew :parental-control-data:build
    - ./gradlew :parental-control-data:publish
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ allOpen {

dependencies {

    implementation project(':parental_control_data')
    implementation project(':parental-control-data')
// TODO: Add splitinstall-lib to a repo https://gitlab.e.foundation/e/os/backlog/-/issues/628
    api files('libs/splitinstall-lib.jar')

Loading