Skip to content

Commit 5aa847b

Browse files
author
yannick Kacou
committed
refactor: stable app
2 parents 2bc640c + 48f05b4 commit 5aa847b

File tree

78 files changed

+3693
-2033
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+3693
-2033
lines changed

README.md

9 Bytes
Binary file not shown.

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ android {
1111
ndkVersion = flutter.ndkVersion
1212

1313
compileOptions {
14-
sourceCompatibility = JavaVersion.VERSION_1_8
15-
targetCompatibility = JavaVersion.VERSION_1_8
14+
sourceCompatibility JavaVersion.VERSION_17
15+
targetCompatibility JavaVersion.VERSION_17
1616
}
1717

1818
kotlinOptions {
19-
jvmTarget = JavaVersion.VERSION_1_8
19+
jvmTarget = 17
2020
}
2121

2222
defaultConfig {

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip

android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.1.0" apply false
22-
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
21+
id "com.android.application" version "8.6.0" apply false
22+
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
2323
}
2424

2525
include ":app"

assets/icons/tabbar_3.svg

Lines changed: 17 additions & 0 deletions
Loading
Lines changed: 12 additions & 0 deletions
Loading

assets/icons/tabs-icons/events.svg

Lines changed: 12 additions & 0 deletions
Loading

assets/icons/tabs-icons/map.svg

Lines changed: 17 additions & 0 deletions
Loading

assets/icons/tabs-icons/more.svg

Lines changed: 15 additions & 0 deletions
Loading

assets/icons/tabs-icons/swiit.svg

Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)