Updated dependencies and Android stuff

This commit is contained in:
Juan Gilsanz Polo
2025-06-17 21:13:03 +02:00
parent ab8249cee3
commit ff4f8be19f
12 changed files with 2232 additions and 2125 deletions

View File

@@ -31,16 +31,16 @@ if (keystorePropertiesFile.exists()) {
android {
namespace "com.jgeek00.linkdy"
compileSdkVersion 35
ndkVersion flutter.ndkVersion
compileSdkVersion 36
ndkVersion '27.0.12077973'
compileOptions {
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
sourceCompatibility JavaVersion.VERSION_18
targetCompatibility JavaVersion.VERSION_18
}
kotlinOptions {
jvmTarget = '21'
jvmTarget = 18
}
sourceSets {
@@ -50,7 +50,7 @@ android {
defaultConfig {
applicationId "com.jgeek00.linkdy"
minSdkVersion 26
targetSdkVersion 35
targetSdkVersion 36
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}

View File

@@ -1,6 +1,7 @@
#Tue Jun 17 20:55:04 CEST 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

View File

@@ -23,7 +23,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version '8.2.2' apply false
id "com.android.application" version '8.10.1' apply false
}
include ":app"