Convert onionwrapper from a submodule to a dependency.

This commit is contained in:
akwizgran
2023-03-29 12:03:57 +01:00
parent ec0a754289
commit cab8f834bd
13 changed files with 26 additions and 20 deletions

View File

@@ -3,7 +3,6 @@
allprojects {
repositories {
mavenCentral()
mavenLocal()
google()
maven { url "https://jitpack.io" }
}
@@ -19,7 +18,6 @@ allprojects {
buildscript {
repositories {
mavenLocal()
google()
maven {
url 'https://plugins.gradle.org/m2/'
@@ -40,6 +38,7 @@ buildscript {
junit_version = "4.13.2"
jmock_version = '2.12.0'
mockwebserver_version = '4.9.3'
onionwrapper_version = '0.0.1'
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'