commit 7ccdd01efe061a5e12178fb76e60c4277fd867c4 Author: n8fr8 nathan@guardianproject.info Date: Mon Aug 24 16:50:16 2020 -0400
remove versioning info in orbotservice build as it conflicts with app --- orbotservice/build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index 7667bf35..b32aaecd 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android { compileSdkVersion 29 - buildToolsVersion '29.0.0' + buildToolsVersion '29.0.2'
sourceSets { main { @@ -13,10 +13,6 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 29 - versionCode 16121000 - versionName '16.1.2-BETA-1-tor-0.4.2-5-rc-orbotservice' - archivesBaseName = "OrbotService-$versionName" - } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8