-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: #137 #144
base: master
Are you sure you want to change the base?
Fix: #137 #144
Conversation
Updated dependencies Updated to Gradle 5.6.4 Updated to Gradle Android Plugin 3.6.0
Added publishing for android_tor_installer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r1, 4 of 6 files at r2.
Reviewable status: 7 of 9 files reviewed, 2 unresolved discussions (waiting on @SilverGhostBS)
android/build.gradle, line 13 at r2 (raw file):
} dependencies { classpath "com.android.tools.build:gradle:3.6.0"
Shouldn't this keep using the variable rather than hard coding?
android_tor_installer/build.gradle, line 13 at r2 (raw file):
} dependencies { classpath "com.android.tools.build:gradle:3.6.0"
Same comment from other gradle file
android/build.gradle, line 15 at r2 (raw file):
Do we need jcenter as a repo? jcenter seems to function as a proxy for multiple repos so I've seen the same artifiact (based on maven coordinates) have different sha values depending on whichever repo is hit. |
I think if you don't put it you'll have problem finding trove4j, but I'm
not sure, there is a reason I added it though.
Le jeu. 26 mars 2020 à 13:26, Shane Isbell <[email protected]> a
écrit :
… ------------------------------
*android/build.gradle, line 15 at r2
<https://reviewable.io/reviews/thaliproject/tor_onion_proxy_library/144#-M3Ms8PL6TYWCK3EnnEs:-M3Ms8PL6TYWCK3EnnEt:bdd7hxm>
(raw file
<https://github.com/thaliproject/tor_onion_proxy_library/blob/c5064eb0c24aaddff697e91804d340de34126c86/android/build.gradle#L15>):*
classpath "com.android.tools.build:gradle:3.6.0"
}
}
Do we need jcenter as a repo? jcenter seems to function as a proxy for
multiple repos so I've seen the same artifiact (based on maven coordinates)
have different sha values depending on whichever repo is hit.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AETGQGYD3Z6WB5BKO5BYSZLRJOF4DANCNFSM4LTRGA3Q>
.
|
Yes, I agree having it as a variable makes sense but it prevents Android Studio from suggesting you to update when a new version comes out. |
Plus it adds an exta "obstacle" when you want to build the android module separately from the rest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 6 files at r2.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @SilverGhostBS)
gradle.properties, line 2 at r2 (raw file):
We would need at least gradle 5.6.4 for this version of the android plugin. The current configuration in the gradle wrapper is for 4.6. This would break the command line build. |
@SilverGhostBS Can you fix the conflict. This PR will help us a lot for the android lib. Thanks. |
Hello, just a naive attempt at trying to refactor this for clarity as per issue #137
Feel free to use or not, hope I didn't forget anything.
This change is