tladesignz / IPtProxy

Obfs4proxy and Snowflake Pluggable Transports for iOS
MIT License
51 stars 12 forks source link

jitpack setup #5

Closed n8fr8 closed 3 years ago

n8fr8 commented 3 years ago

You should also include advice to do this:

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}