-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update sdk #66
base: master
Are you sure you want to change the base?
Update sdk #66
Conversation
The reason I have not increased the SDK version from 28 is that most of my apps use You need to test whether custom temperaments still work. I would expect the build script to complain about |
Ahh I see. I'll do some testing |
I tried out a few things to make this compatible and this is what I came up with. There are a few things yet to do here, so let me know if you like this solution and I'll wrap them up.
|
I used to use this app on my old phone but got a warning about the SDK being out of date on my new phone.
In order to use the Android 15 SDK as a target, I also had to update the gradle plugin according to this SO post. While doing that I did the recommended gradle updates.
Also I'm trying to get some older Android apps working on my phone as part of Hacktoberfest, so if you wouldn't mind could you add the "hacktoberfest-accepted" label to this PR?