Loading build.gradle +3 −2 Original line number Diff line number Diff line Loading @@ -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() Loading @@ -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 Loading orbotservice @ 58bdb859 Compare 788bbd12 to 58bdb859 Original line number Diff line number Diff line Subproject commit 788bbd1272467ed0cc523c0d5921af9ca1a09707 Subproject commit 58bdb85984314967b5a82202823063f24ba7cd10 privacymoduletor/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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" } Loading Loading
build.gradle +3 −2 Original line number Diff line number Diff line Loading @@ -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() Loading @@ -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 Loading
orbotservice @ 58bdb859 Compare 788bbd12 to 58bdb859 Original line number Diff line number Diff line Subproject commit 788bbd1272467ed0cc523c0d5921af9ca1a09707 Subproject commit 58bdb85984314967b5a82202823063f24ba7cd10
privacymoduletor/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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" } Loading