Skip to content
Closed
Show file tree
Hide file tree
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
8 changes: 3 additions & 5 deletions in_app_review/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
namespace 'dev.britannio.in_app_review'
}

compileSdkVersion 33
compileSdkVersion 34

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand All @@ -46,14 +46,12 @@ android {
}

defaultConfig {
minSdkVersion 16
minSdkVersion 21
}
dependencies {
// Release notes: https://developer.android.com/reference/com/google/android/play/core/release-notes-in_app_reviews
implementation 'com.google.android.play:review:2.0.2'
// Release notes: https://developers.google.com/android/guides/releases
implementation 'com.google.android.gms:play-services-base:18.2.0'


implementation 'com.google.android.gms:play-services-base:18.5.0'
}
}
2 changes: 1 addition & 1 deletion in_app_review/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: in_app_review
description: Flutter plugin for showing the In-App Review/System Rating pop up on Android, iOS and MacOS. It makes it easy for users to rate your app.
version: 2.0.10
version: 2.0.11
homepage: https://github.com/britannio/in_app_review/tree/master/in_app_review
repository: https://github.com/britannio/in_app_review
issue_tracker: https://github.com/britannio/in_app_review/issues
Expand Down
Loading