blockchain-certificates / wallet-android

An Android app for Blockcerts
MIT License
38 stars 44 forks source link

Update `.travis.yml` to use JDK 17 and target SDK 34 #77

Open MGaetan89 opened 3 weeks ago

MGaetan89 commented 3 weeks ago

I'm not too familiar with Travis CI, so there might be better ways to make it work. But at least the build starts now.

The issue now is that the com.google.android.exoplayer:exoplayer:2.8.4 package cannot be found. It doesn't seem to exist on jCenter and is not available on Google's Maven repository either. Maybe it should be updated to the latest version (2.19.1) or migrated to AndroidX Media3.