-
Notifications
You must be signed in to change notification settings - Fork 22
Update window manager version to 1.5.1 #27
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
base: main
Are you sure you want to change the base?
Conversation
a3d63cd to
a9dc992
Compare
romanofranz
left a comment
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.
Hey Prateek, please update targetSdk and compileSdk to 36
WindowManager/app/build.gradle
Outdated
| android { | ||
| namespace "com.example.codelab.windowmanager" | ||
| compileSdk 33 | ||
| compileSdk 34 |
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.
Please update to 36
WindowManager/app/build.gradle
Outdated
| applicationId "com.example.codelab.windowmanager" | ||
| minSdk 21 | ||
| minSdk 23 | ||
| targetSdk 33 |
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.
targetSdk should be 36 too
a9dc992 to
ceeb65c
Compare
| } | ||
|
|
||
| dependencies { | ||
| ext.windowmanager_version = "1.1.0" |
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.
Would you introduce libs.version.toml, instead of describing the version number here?
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.
We are utilizing this as part of codelab, so this might be needed to show which explicit version pick
@romanofranz cmiiw
Uh oh!
There was an error while loading. Please reload this page.