Skip to content

Commit

Permalink
Revert tor changes (#1267)
Browse files Browse the repository at this point in the history
* gradle fix

* Revert "bump tor-android"

This reverts commit 17d2620.

* ignore .envrc
  • Loading branch information
ubbabeck authored Jan 29, 2024
1 parent da49d7c commit 276ca2f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ ios/.symlinks/
coverage/
untranslated_messages.txt
ios/Flutter/Flutter.podspec
.envrc
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ dependencies {
implementation 'com.google.firebase:firebase-messaging'


implementation 'info.guardianproject:tor-android:0.4.7.14'
implementation 'info.guardianproject:tor-android:0.4.7.8'
implementation 'info.guardianproject:jtorctl:0.4.5.7'
}

Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
18 changes: 0 additions & 18 deletions ios/Flutter/Flutter.podspec

This file was deleted.

0 comments on commit 276ca2f

Please sign in to comment.