-
Notifications
You must be signed in to change notification settings - Fork 298
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 JDK, Gradle and libraries #492
Conversation
Update android-browser-helper to modern SDKs, gradle versions, and dependencies and update code accordingly
ecc7ee5
to
72fbba2
Compare
|
||
defaultConfig { | ||
minSdkVersion 16 | ||
targetSdkVersion 31 | ||
minSdkVersion 21 |
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.
I assume minSdk has raised because targetCompatibility
is Java 17. Can we update jdk version that runs gradle, but keep existing build configuration for demos and especially androidbrowserhelper? AFAIK, most of the AndroidX libraries use jdk 1.8, so we should be fine with updating only gradle.
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.
@orbital17 as I remember these changes would cause bubblewrap update, right?
versionCode 1 | ||
versionName VERSION | ||
targetSdkVersion 35 |
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.
That's a big jump, are we sure that we covered all changes?
|
||
defaultConfig { | ||
minSdkVersion 16 | ||
targetSdkVersion 31 | ||
minSdkVersion 21 |
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.
@orbital17 as I remember these changes would cause bubblewrap update, right?
Closing in favor #493. |
No description provided.