diff --git a/README.md b/README.md index 5bac5a1..b27d9a6 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ We fetch weather data from [Open-Meteo](https://open-meteo.com/en/docs) and use ### 📸 Screenshots - + ### 💰 Support Us diff --git a/android/app/build.gradle b/android/app/build.gradle index 22cafeb..6a479c4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -13,7 +13,7 @@ if (keystorePropertiesFile.exists()) { android { namespace = 'com.yoshi.rain' compileSdk = 35 - ndkVersion = flutter.ndkVersion + ndkVersion = '29.0.13113456' compileOptions { sourceCompatibility = JavaVersion.VERSION_17 @@ -77,7 +77,7 @@ dependencies { implementation("androidx.core:core-remoteviews:1.1.0") implementation("com.google.android.material:material:1.12.0") implementation('androidx.work:work-runtime-ktx:2.10.0') - coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4") + coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5") } // Remove this for FLOSS version diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 4d6272d..c6a2952 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip diff --git a/android/settings.gradle b/android/settings.gradle index e5edf91..18a751a 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -18,8 +18,8 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "8.3.2" apply false - id "org.jetbrains.kotlin.android" version "1.9.0" apply false + id "com.android.application" version "8.9.0" apply false + id "org.jetbrains.kotlin.android" version "2.1.10" apply false } include ":app" diff --git a/pubspec.lock b/pubspec.lock index 64b67fa..7035d7f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1323,10 +1323,10 @@ packages: dependency: transitive description: name: win32 - sha256: b89e6e24d1454e149ab20fbb225af58660f0c0bf4475544650700d8e2da54aef + sha256: dc6ecaa00a7c708e5b4d10ee7bec8c270e9276dfcab1783f57e9962d7884305f url: "https://pub.dev" source: hosted - version: "5.11.0" + version: "5.12.0" win32_registry: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 8f6938c..f237d1c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Weather application publish_to: "none" -version: 1.3.7+40 +version: 1.3.8+41 environment: sdk: ">=3.7.0 <4.0.0" diff --git a/readme/1.png b/readme/1.png index c74aaec..7c84165 100644 Binary files a/readme/1.png and b/readme/1.png differ diff --git a/readme/2.png b/readme/2.png index 125a1ac..1dc58ba 100644 Binary files a/readme/2.png and b/readme/2.png differ diff --git a/readme/3.png b/readme/3.png index 941bb4d..9621145 100644 Binary files a/readme/3.png and b/readme/3.png differ diff --git a/readme/4.png b/readme/4.png index f977b0c..2ee842a 100644 Binary files a/readme/4.png and b/readme/4.png differ diff --git a/readme/5.png b/readme/5.png index bfbb6f9..805cb04 100644 Binary files a/readme/5.png and b/readme/5.png differ diff --git a/readme/6.png b/readme/6.png new file mode 100644 index 0000000..7cbf07e Binary files /dev/null and b/readme/6.png differ diff --git a/readme/7.png b/readme/7.png new file mode 100644 index 0000000..26ad1cc Binary files /dev/null and b/readme/7.png differ diff --git a/readme/8.png b/readme/8.png new file mode 100644 index 0000000..96e8e8f Binary files /dev/null and b/readme/8.png differ