File tree Expand file tree Collapse file tree 4 files changed +6
-18
lines changed
Expand file tree Collapse file tree 4 files changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) {
3131android {
3232 namespace " kshib.raven"
3333 compileSdkVersion flutter. compileSdkVersion
34- ndkVersion flutter . ndkVersion
34+ ndkVersion " 26.1.10909125 "
3535
3636 compileOptions {
3737 sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 1- buildscript {
2- ext. kotlin_version = ' 1.9.23'
3- repositories {
4- google()
5- mavenCentral()
6- }
7-
8- dependencies {
9- classpath ' com.android.tools.build:gradle:8.3.2'
10- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11- }
12- }
13-
141allprojects {
152 repositories {
163 google()
@@ -28,4 +15,4 @@ subprojects {
2815
2916tasks. register(" clean" , Delete ) {
3017 delete rootProject. buildDir
31- }
18+ }
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-8.1 -all.zip
6- distributionSha256Sum =2cbafcd2c47a101cb2165f636b4677fac0b954949c9429c1c988da399defe6a9
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -all.zip
6+ distributionSha256Sum =f8b4f4772d302c8ff580bc40d0f56e715de69b163546944f787c87abf209c961
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ pluginManagement {
2323
2424plugins {
2525 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.5.0" apply false
27+ id " org.jetbrains.kotlin.android" version " 2.0.0" apply false
2728}
2829
2930include " :app"
You can’t perform that action at this time.
0 commit comments