From 7854c850722f0a63d692af1ddf056c16cd638397 Mon Sep 17 00:00:00 2001 From: TheScarastic Date: Tue, 7 Jun 2022 11:45:01 +0530 Subject: [PATCH] privacymoduletor: bump version --- orbotservice | 2 +- privacymoduletor/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/orbotservice b/orbotservice index b4a4857..e1cc6ae 160000 --- a/orbotservice +++ b/orbotservice @@ -1 +1 @@ -Subproject commit b4a48573e6fb3dec7153e68d523ba2046194bb71 +Subproject commit e1cc6aef65eb646f347d28174a6b00840c1cb94d diff --git a/privacymoduletor/build.gradle b/privacymoduletor/build.gradle index c9342c5..8b65f72 100644 --- a/privacymoduletor/build.gradle +++ b/privacymoduletor/build.gradle @@ -27,7 +27,7 @@ android { targetSdkVersion 30 versionCode 7 - versionName "0.2.3" + versionName "0.2.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" -- GitLab