tladesignz / IPtProxy

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

IPtProxy-0.5.2.jar file not find error? #52

Closed tongmunujf closed 1 year ago

tongmunujf commented 1 year ago
tladesignz commented 1 year ago

See https://github.com/tladesignz/IPtProxy#installation-1

Please switch to the Maven Central source!

tongmunujf commented 1 year ago

My local code is as follows: dependencies { implementation(name:'IPtProxy', ext:'aar') implementation 'com.netzarchitekten:IPtProxy:3.1.0' //implementation 'com.github.tladesignz:IPtProxy:3.1.0' /相册 implementation 'com.github.LuckSiege.PictureSelector:picture_library:v2.2.3'/ implementation 'com.github.LuckSiege.PictureSelector:picture_library:v2.2.3' //implementation 'com.github.ZLYang110:FileSelector:2.1.6' implementation 'com.github.ZLYang110:FileSelector:1.0.2' implementation 'com.github.ZLYang110:UpperDialog:1.4.1' implementation 'com.github.imcloudfloating:ProgressBar:1.1' implementation 'com.github.chrisbanes:PhotoView:2.0.0' } repositories { google() jcenter() maven { url 'https://jitpack.io' content { includeModule('com.github.tladesignz', 'IPtProxy') } } } IPtProxy.aar was downloaded from https://github.com/guardianproject/Orbot-IPtProxy/blob/master/IPtProxy.aar and imported into the libs directory of my project But there are the following issues with writing this way:

tladesignz commented 1 year ago

Don't mix downloaded AArs with a dependency of the same lib on Maven Central.

There's other error messages about libraries of yours.

Sorry, this is not a programming course.