File tree 17 files changed +212
-321
lines changed
src/main/kotlin/com/github/humazed/flutter_toolbox_example
17 files changed +212
-321
lines changed Original file line number Diff line number Diff line change
1
+ ## 11.4.5
2
+
3
+ * Updated all deps.
4
+ * Updated android gradle and sample apps.
5
+
6
+ ## 11.4.4
7
+
8
+ * Updated all deps.
9
+
10
+ ## 11.4.3
11
+
12
+ * Updated all deps.
13
+
1
14
## 11.4.2
2
15
3
16
* Updated all deps.
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ group 'com.github.humazed.flutter_toolbox'
2
2
version ' 1.0-SNAPSHOT'
3
3
4
4
buildscript {
5
- ext. kotlin_version = ' 1.7.10 '
5
+ ext. kotlin_version = ' 1.8.22 '
6
6
repositories {
7
7
google()
8
8
mavenCentral()
9
9
}
10
10
11
11
dependencies {
12
- classpath ' com.android.tools.build:gradle:7.3.0 '
12
+ classpath ' com.android.tools.build:gradle:8. 7.3'
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
14
}
15
15
}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7-all .zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9-bin .zip
Original file line number Diff line number Diff line change 5
5
* .swp
6
6
.DS_Store
7
7
.atom /
8
+ .build /
8
9
.buildlog /
9
10
.history
10
11
.svn /
12
+ .swiftpm /
11
13
migrate_working_dir /
12
14
13
15
# IntelliJ related
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if (flutterVersionName == null) {
25
25
android {
26
26
namespace " com.github.humazed.flutter_toolbox_example"
27
27
compileSdkVersion flutter. compileSdkVersion
28
- ndkVersion flutter . ndkVersion
28
+ ndkVersion " 27.0.12077973 "
29
29
30
30
compileOptions {
31
31
sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -2,10 +2,9 @@ package com.github.humazed.flutter_toolbox_example
2
2
3
3
import android.content.Context
4
4
import androidx.multidex.MultiDex
5
- import io.flutter.app.FlutterApplication
6
-
7
- class App : FlutterApplication () {
5
+ import androidx.multidex.MultiDexApplication
8
6
7
+ class App : MultiDexApplication () {
9
8
override fun attachBaseContext (base : Context ) {
10
9
super .attachBaseContext(base)
11
10
MultiDex .install(this )
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.7.10 '
2
+ ext. kotlin_version = ' 1.8.22 '
3
3
repositories {
4
4
google()
5
5
mavenCentral()
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-all .zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9-bin .zip
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pluginManagement {
23
23
24
24
plugins {
25
25
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
26
- id " com.android.application" version " 7.3.0 " apply false
26
+ id " com.android.application" version " 8. 7.3" apply false
27
27
}
28
28
29
29
include " :app"
Original file line number Diff line number Diff line change 21
21
<key >CFBundleVersion </key >
22
22
<string >1.0 </string >
23
23
<key >MinimumOSVersion </key >
24
- <string >11 .0 </string >
24
+ <string >12 .0 </string >
25
25
</dict >
26
26
</plist >
Original file line number Diff line number Diff line change 1
1
# Uncomment this line to define a global platform for your project
2
- # platform :ios, '11 .0'
2
+ # platform :ios, '12 .0'
3
3
4
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 216
216
isa = PBXProject;
217
217
attributes = {
218
218
BuildIndependentTargetsInParallel = YES;
219
- LastUpgradeCheck = 1430 ;
219
+ LastUpgradeCheck = 1510 ;
220
220
ORGANIZATIONNAME = "";
221
221
TargetAttributes = {
222
222
331C8080294A63A400263BE5 = {
453
453
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
454
454
GCC_WARN_UNUSED_FUNCTION = YES;
455
455
GCC_WARN_UNUSED_VARIABLE = YES;
456
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
456
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
457
457
MTL_ENABLE_DEBUG_INFO = NO;
458
458
SDKROOT = iphoneos;
459
459
SUPPORTED_PLATFORMS = iphoneos;
581
581
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
582
582
GCC_WARN_UNUSED_FUNCTION = YES;
583
583
GCC_WARN_UNUSED_VARIABLE = YES;
584
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
584
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
585
585
MTL_ENABLE_DEBUG_INFO = YES;
586
586
ONLY_ACTIVE_ARCH = YES;
587
587
SDKROOT = iphoneos;
630
630
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
631
631
GCC_WARN_UNUSED_FUNCTION = YES;
632
632
GCC_WARN_UNUSED_VARIABLE = YES;
633
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
633
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
634
634
MTL_ENABLE_DEBUG_INFO = NO;
635
635
SDKROOT = iphoneos;
636
636
SUPPORTED_PLATFORMS = iphoneos;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 1430 "
3
+ LastUpgradeVersion = " 1510 "
4
4
version = " 1.3" >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
59
59
ignoresPersistentStateOnLaunch = " NO"
60
60
debugDocumentVersioning = " YES"
61
61
debugServiceExtension = " internal"
62
+ enableGPUValidationMode = " 1"
62
63
allowLocationSimulation = " YES" >
63
64
<BuildableProductRunnable
64
65
runnableDebuggingMode = " 0" >
You can’t perform that action at this time.
0 commit comments