Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion revenuecat_examples/MagicWeather/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {

dependencies {
// TODO: Upgrade to gradle 8 when modal_progress_hud_nsn is updated to support it
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.android.tools.build:gradle:8.11.0'
Comment on lines 9 to +10

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tonidero Do you have any context on that comment? Seems to be supported now, given this got merged: kphanipavan/modal_progress_hud_nsn#15.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be from: https://github.com/RevenueCat/purchases-flutter/pull/703/files#r1212297188... I think we should probably be ok, but maybe we should check that the app builds correctly?

classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down