File tree Expand file tree Collapse file tree 7 files changed +26
-9
lines changed
Expand file tree Collapse file tree 7 files changed +26
-9
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "flutter": "3.38.5"
3+ }
Original file line number Diff line number Diff line change @@ -53,3 +53,6 @@ pubspec.lock
5353/windows /flutter /generated_plugin_registrant.cc
5454/windows /flutter /generated_plugin_registrant.h
5555/windows /flutter /generated_plugins.cmake
56+
57+ # FVM Version Cache
58+ .fvm /
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ GeneratedPluginRegistrant.java
99# Remember to never publicly share your keystore.
1010# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
1111key.properties
12+ /app /.cxx /
13+ /build /
Original file line number Diff line number Diff line change @@ -23,29 +23,37 @@ if (flutterVersionName == null) {
2323}
2424
2525android {
26- compileSdkVersion 34
26+ namespace ' com.simformsolutions.calendarview'
27+
28+ compileSdkVersion 36
29+ ndkVersion " 26.3.11579264"
2730
2831 sourceSets {
2932 main. java. srcDirs + = ' src/main/kotlin'
3033 }
3134
35+ compileOptions {
36+ sourceCompatibility JavaVersion . VERSION_21
37+ targetCompatibility JavaVersion . VERSION_21
38+ }
39+
40+ kotlin {
41+ jvmToolchain(21 )
42+ }
43+
3244 defaultConfig {
33- // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3445 applicationId " com.simformsolutions.calendarview"
3546 minSdkVersion flutter. minSdkVersion
36- targetSdkVersion 31
47+ targetSdkVersion 36
3748 versionCode flutterVersionCode. toInteger()
3849 versionName flutterVersionName
3950 }
4051
4152 buildTypes {
4253 release {
43- // TODO: Add your own signing config for the release build.
44- // Signing with the debug keys for now, so `flutter run --release` works.
4554 signingConfig signingConfigs. debug
4655 }
4756 }
48- namespace ' com.simformsolutions.calendarview'
4957}
5058
5159flutter {
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 .1-all.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 " 7.4 .2" apply false
22- id " org.jetbrains.kotlin.android" version " 1.7 .0" apply false
21+ id " com.android.application" version " 8.9 .2" apply false
22+ id " org.jetbrains.kotlin.android" version " 2.1 .0" apply false
2323}
2424
2525include " :app"
Original file line number Diff line number Diff line change @@ -30,3 +30,4 @@ Runner/GeneratedPluginRegistrant.*
3030! default.mode2v3
3131! default.pbxuser
3232! default.perspectivev3
33+ /Flutter /ephemeral
You can’t perform that action at this time.
0 commit comments