File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ plugins {
2
2
id " com.android.application"
3
3
id " kotlin-android"
4
4
id " dev.flutter.flutter-gradle-plugin"
5
+ id " org.jetbrains.kotlin.plugin.compose" version " 2.1.10"
5
6
}
6
7
7
8
def localProperties = new Properties ()
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
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
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pluginManagement {
18
18
19
19
plugins {
20
20
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
23
23
}
24
24
25
25
include " :app"
Original file line number Diff line number Diff line change 1
1
name : namida
2
2
description : A Beautiful and Feature-rich Music Player, With YouTube & Video Support Built in Flutter
3
3
publish_to : " none"
4
- version : 5.0.32 -beta+250302411
4
+ version : 5.0.33 -beta+250302500
5
5
6
6
environment :
7
7
sdk : " >=3.6.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments