Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1004350a authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

orbotservice: Force specific sha version for IPtProxy

 * 0.5.2 was having no aar on jitpack so force sha
parent 8a4f215b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -64,5 +64,6 @@ dependencies {

    implementation 'info.guardianproject:jtorctl:0.4'

    implementation 'com.github.tladesignz:IPtProxy:0.5.2'
    // For some reason 0.5.2 was having no aar so force specific commit sha
    implementation 'com.github.tladesignz:IPtProxy:fc1f66099b3815856a35ea6f33ceb4a8041320f3'
}