Skip to content

Commit a3d8d23

Browse files
committed
build: upgrade kotlin & gradle versions
1 parent f641e02 commit a3d8d23

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

android/app/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ plugins {
22
id "com.android.application"
33
id "kotlin-android"
44
id "dev.flutter.flutter-gradle-plugin"
5+
id "org.jetbrains.kotlin.plugin.compose" version "2.1.10"
56
}
67

78
def localProperties = new Properties()

android/gradle/wrapper/gradle-wrapper.properties

+1-1
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.4-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip

android/settings.gradle

+2-2
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.3.0" apply false
22-
id "org.jetbrains.kotlin.android" version "1.9.25" apply false
21+
id "com.android.application" version "8.8.0" apply false
22+
id "org.jetbrains.kotlin.android" version "2.1.10" apply false
2323
}
2424

2525
include ":app"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: namida
22
description: A Beautiful and Feature-rich Music Player, With YouTube & Video Support Built in Flutter
33
publish_to: "none"
4-
version: 5.0.32-beta+250302411
4+
version: 5.0.33-beta+250302500
55

66
environment:
77
sdk: ">=3.6.0 <4.0.0"

0 commit comments

Comments
 (0)