commit 2041ec1d79d4b7050d96458719547dbe4b569f33 Author: bim dsnake@protonmail.com Date: Tue Jun 1 20:49:02 2021 -0400
not needed in appcore build.gradle --- appcore/build.gradle | 1 - 1 file changed, 1 deletion(-)
diff --git a/appcore/build.gradle b/appcore/build.gradle index 035af370..6c6e3bbf 100644 --- a/appcore/build.gradle +++ b/appcore/build.gradle @@ -29,7 +29,6 @@ android { }
dependencies { - implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.3.2' implementation 'androidx.appcompat:appcompat:1.2.0'
tor-commits@lists.torproject.org