-
Notifications
You must be signed in to change notification settings - Fork 179
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
Prep for 3.9.4 release #326
Conversation
android/build.gradle
Outdated
@@ -25,7 +25,7 @@ apply plugin: 'com.android.library' | |||
apply plugin: 'kotlin-android' | |||
|
|||
android { | |||
compileSdkVersion 30 | |||
compileSdkVersion 31 |
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 don't think this is the default when creating a new Flutter plugin project so I would prefer not updating this since it will require devs to install version 31 of the SDK. Do we need this change?
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.
was testing for CI but should've only done the example apps...
3358746
to
53e96eb
Compare
53e96eb
to
36e89d3
Compare
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 was waiting on the emulator thing to get fixed. Looks like it's fixed now so it should be good to go
|
||
- Fix missing IntroductoryPrice export (https://github.com/RevenueCat/purchases-flutter/pull/310) | ||
- Add back IntroductoryPrice fields that were accidentally removed without a major release (https://github.com/RevenueCat/purchases-flutter/pull/319) |
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.
Maybe indicating the fields that are added back would be a good idea
No description provided.