File tree Expand file tree Collapse file tree
packages/package_info_plus/package_info_plus Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ group 'dev.fluttercommunity.plus.packageinfo'
22version ' 1.0-SNAPSHOT'
33
44buildscript {
5- ext. kotlin_version = ' 1.7.22 '
5+ ext. kotlin_version = ' 2.2.0 '
66
77 repositories {
88 google()
99 mavenCentral()
1010 }
1111
1212 dependencies {
13- classpath ' com.android.tools.build:gradle:8.3 .1'
13+ classpath ' com.android.tools.build:gradle:8.12 .1'
1414 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1515 }
1616}
@@ -26,9 +26,8 @@ apply plugin: 'com.android.library'
2626apply plugin : ' kotlin-android'
2727
2828android {
29- compileSdk 34
30-
3129 namespace ' dev.fluttercommunity.plus.packageinfo'
30+ compileSdk = flutter. compileSdkVersion
3231
3332 compileOptions {
3433 sourceCompatibility JavaVersion . VERSION_17
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,9 +23,8 @@ if (flutterVersionName == null) {
2323}
2424
2525android {
26- compileSdk 34
27-
2826 namespace ' io.flutter.plugins.packageinfoexample'
27+ compileSdk = flutter. compileSdkVersion
2928
3029 compileOptions {
3130 sourceCompatibility JavaVersion . VERSION_17
@@ -46,8 +45,8 @@ android {
4645
4746 defaultConfig {
4847 applicationId " io.flutter.plugins.packageinfoexample"
49- minSdk 21
50- targetSdk 34
48+ minSdk flutter . minSdkVersion
49+ targetSdk flutter . targetSdkVersion
5150 versionCode flutterVersionCode. toInteger()
5251 versionName flutterVersionName
5352 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pluginManagement {
1818
1919plugins {
2020 id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
21- id " com.android.application" version " 8.3 .1" apply false
22- id " org.jetbrains.kotlin.android" version " 1.9.23 " apply false
21+ id " com.android.application" version " 8.12 .1" apply false
22+ id " org.jetbrains.kotlin.android" version " 2.2.0 " apply false
2323}
2424
2525include " :app"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: 1.2.3+4
44publish_to : " none"
55
66environment :
7- sdk : " >=2.18 .0 <4.0.0"
7+ sdk : " >=3.3 .0 <4.0.0"
88
99dependencies :
1010 clock : ^1.1.1
You can’t perform that action at this time.
0 commit comments