fahrgemeinschaft / android-app

Fahrgemeinschaft Android App
http://fahrgemeinschaft.de
GNU General Public License v3.0
9 stars 4 forks source link

Pull dependencies via gradle and include source for android-library-0.1.jar #221

Open ghost opened 10 years ago

ghost commented 10 years ago

Most/all dependencies are available in mavenCentral, e.g.

compile 'ch.hsr:geohash:1.0.10'
compile 'com.mcxiaoke.volley:library:1.0.6'
compile 'de.keyboardsurfer.android.widget:crouton-library:1.8.2'
compile 'de.keyboardsurfer.android.widget:crouton:1.8.5'
compile 'com.android.support:support-v4:20.0.+'

Volley is not officially available, so I used the "mirrored" version. This might or might not be a good idea. Also, I couldn't find any source code for android-library-0.1.jar (org.teleportr): Is this published, yet? Could you include the source code?

orangeman commented 10 years ago

Thanks a lot for your great detective work! ;) f50bfa4c43cb04dcaad13627cdd00badf243b06a org.teleportr:android-library:1.0 will be published soon...

alterechtschreibung commented 8 years ago

Is this fixed now?