Update README.md
|
@ -40,7 +40,7 @@ We fetch weather data from [Open-Meteo](https://open-meteo.com/en/docs) and use
|
|||
|
||||
### 📸 Screenshots
|
||||
|
||||
<img src='/readme/1.png' width='200'/> <img src='/readme/2.png' width='200'/> <img src='/readme/3.png' width='200'/> <img src='/readme/4.png' width='200'/> <img src='/readme/5.png' width='200'/>
|
||||
<img src='/readme/1.png' width='200'/> <img src='/readme/2.png' width='200'/> <img src='/readme/3.png' width='200'/> <img src='/readme/4.png' width='200'/> <img src='/readme/5.png' width='200'/> <img src='/readme/6.png' width='200'/> <img src='/readme/7.png' width='200'/> <img src='/readme/8.png' width='200'/>
|
||||
|
||||
### 💰 Support Us
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
BIN
readme/1.png
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 144 KiB |
BIN
readme/2.png
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 138 KiB |
BIN
readme/3.png
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 142 KiB |
BIN
readme/4.png
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 139 KiB |
BIN
readme/5.png
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 115 KiB |
BIN
readme/6.png
Normal file
After Width: | Height: | Size: 185 KiB |
BIN
readme/7.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
readme/8.png
Normal file
After Width: | Height: | Size: 96 KiB |