-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
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
Target Android 14 #3165
Target Android 14 #3165
Conversation
In a release branch here, the build will fail with the following R8 missing class errors:
Adding the following to
I am not familiar with R8 proguard rules, should I just add |
Yes add these rules.
|
Build successfully and work in my phones. Please review. |
Thanks! And be patient while I download rust. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This is an attempt to update shadowsocks-android to target Android 14 and its dependencies.
Please read this for changes in AGP8. Some build option default values change.
The build succeeded and the debug apk works in both my android 14 and android 12 phones.
You can try a debug build apk here.
The debug build log can be found here.
Main updates:
1.15.3
to1.20.4
7.6
to8.10
7.4.2
to8.5.2
1.8.10
to2.0.10