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

Commit cc6f8d66 authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

5538: fix stop orbot cancel all notification of the package.

parent 143221bb
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@ buildscript {

    ext.kotlin_version = "1.6.10"
    ext.orbot_version = "orbot-16.6.2"
    ext.advanced_privacy_version = "1.6.0-dev"
    ext.orbot_service_revision = "2"
    ext.advanced_privacy_version = "1.7.0"

    repositories {
        google()
@@ -25,7 +26,7 @@ configure(project(':orbotservice')) {
                groupId 'foundation.e'
                //You can either define these here or get them from project conf elsewhere
                artifactId 'orbotservice'
                version orbot_version
                version "$orbot_version-$orbot_service_revision"
                artifact "$buildDir/outputs/aar/orbotservice-release.aar" //aar artifact you want to publish

                //generate pom nodes for dependencies
Compare 788bbd12 to 58bdb859
Original line number Diff line number Diff line
Subproject commit 788bbd1272467ed0cc523c0d5921af9ca1a09707
Subproject commit 58bdb85984314967b5a82202823063f24ba7cd10
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ dependencies {
    implementation 'androidx.core:core-ktx:1.8.0'

    implementation(libs.androidx_localbroadcast)
    implementation "foundation.e:orbotservice:$orbot_version"
    implementation "foundation.e:orbotservice:$orbot_version-$orbot_service_revision"
}