getlantern / firetweet

FireTweet for Android powered by Lantern
272 stars 73 forks source link

Multiple libgojni.so files #10

Closed xiam closed 9 years ago

xiam commented 9 years ago

There are currently two libgojni.so files on different locations:

find . | grep libgojni | xargs shasum -a 256
2392fa8ae0cd887ba6ddae7635cf294cb1e9ef7928f5a718306430ecfc60d14d  ./twidere/src/main/jniLibs/armeabi/libgojni.so
2392fa8ae0cd887ba6ddae7635cf294cb1e9ef7928f5a718306430ecfc60d14d  ./twidere/src/main/jniLibs/armeabi-v7a/libgojni.so

We probably don't need the two of them.

uaalto commented 9 years ago

This doesn't seem to apply anymore. Should I close it?

xiam commented 9 years ago

Yes, we forgot to close it. Thanks!

On Monday, June 15, 2015, Ulysses Aalto notifications@github.com wrote:

This doesn't seem to apply anymore. Should I close it?

— Reply to this email directly or view it on GitHub https://github.com/getlantern/firetweet/issues/10#issuecomment-112066659 .