Skip to content

Commit

Permalink
[in_app_review] bump kotlin, gradle, and compile sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
britannio committed Oct 17, 2023
1 parent e5d44d8 commit 3b2c157
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions in_app_review/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ group 'dev.britannio.in_app_review'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.7.10'
repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:7.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -29,7 +29,8 @@ android {
if (project.android.hasProperty("namespace")) {
namespace 'dev.britannio.in_app_review'
}
compileSdkVersion 31

compileSdkVersion 33

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
4 changes: 2 additions & 2 deletions in_app_review/example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.7.10'
repositories {
google()
mavenCentral()
Expand All @@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
6 changes: 3 additions & 3 deletions in_app_review/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.6"
version: "2.0.7"
in_app_review_platform_interface:
dependency: transitive
description:
name: in_app_review_platform_interface
sha256: b12ec9aaf6b34d3a72aa95895eb252b381896246bdad4ef378d444affe8410ef
sha256: fed2c755f2125caa9ae10495a3c163aa7fab5af3585a9c62ef4a6920c5b45f10
url: "https://pub.dev"
source: hosted
version: "2.0.4"
version: "2.0.5"
matcher:
dependency: transitive
description:
Expand Down

0 comments on commit 3b2c157

Please sign in to comment.