CryptoGrampy / xmr-pocket-node

An In-Progress Full/Pruned Monero Node GUI for Android
31 stars 4 forks source link

[chore] Update to latest Android targetSdkVersion #24

Open CryptoGrampy opened 2 years ago

CryptoGrampy commented 2 years ago

I'm not super familiar with the Android ecosystem, but it looks like the targetSdkVersion in build.gradle needs to get updated to the latest version, and there need to be a fair amount of changes/refactorings/library updates that will need to happen at this time.

I attempted to let Android Studio apply the suggested refactorings and it busted the app (something in Launcher.java probably busted and may need to be reworked).

CryptoGrampy commented 2 years ago

Relevant (see Launcher.java) https://stackoverflow.com/a/68001538