Skip to content

Commit

Permalink
clean-up use of temporary local AAR library
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Apr 29, 2022
1 parent c374011 commit 9780385
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,9 @@ android {
androidTestImplementation libs.fastlane_screengrab
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'

//building from AAR built from https://github.com/guardianproject/tor-android/commit/95eca2a8c9eb44068f11332d7731580a13ef7b28
// until a new full release is done
implementation files('../libs/tor-android-binary-release.aar')

}
}
File renamed without changes.
4 changes: 2 additions & 2 deletions orbotservice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
api libs.guardian_jtorctl
implementation(
libs.android_shell,
libs.androidx_core,
libs.androidx_core,\
libs.androidx_localbroadcast,
libs.ipt_proxy,
libs.guardian_jsocks,
Expand All @@ -57,6 +57,6 @@ dependencies {

//building from AAR built from https://github.com/guardianproject/tor-android/commit/95eca2a8c9eb44068f11332d7731580a13ef7b28
// until a new full release is done
implementation (name:'tor-android-binary-release',ext:'aar')
implementation files('../libs/tor-android-binary-release.aar')

}
Binary file removed orbotservice/libs/tor-android-binary-release.aar
Binary file not shown.

0 comments on commit 9780385

Please sign in to comment.