-
-
Notifications
You must be signed in to change notification settings - Fork 45
Connect Changes related to Gradle update 8.7 + Android navigation 2.9.1 #3243
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
Conversation
📝 WalkthroughWalkthroughThe changes update Kotlin source files to replace the deprecated or invalid range operator Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
🧰 Additional context used🧠 Learnings (4)📓 Common learningsapp/src/org/commcare/connect/ConnectAppUtils.kt (2)build.gradle (1)app/src/org/commcare/connect/ConnectJobHelper.kt (8)🔇 Additional comments (8)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@damagatchi retest this please |
| val secureRandom = SecureRandom() | ||
| val password = StringBuilder(passwordLength) | ||
| for (i in 0..<passwordLength) { | ||
| for (i in 0 until passwordLength) { |
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.
@shubham1g5 is this also related to the gradle update?
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.
yes, the .. syntax gives an error to require an expiremental api annotation with this gradle version.
|
@damagatchi retest this please |
1 similar comment
|
@damagatchi retest this please |
|
@shubham1g5 Looks like tests are still failing |
|
@damagatchi retest this please |
4 similar comments
|
@damagatchi retest this please |
|
@damagatchi retest this please |
|
@damagatchi retest this please |
|
@damagatchi retest this please |
Product Description
Connect specific Changes on top of #3244 for gradle and Android Navigation update
Labels and Review