File tree 6 files changed +19
-12
lines changed
6 files changed +19
-12
lines changed Original file line number Diff line number Diff line change
1
+ # Enable auto-env through the sdkman_auto_env config
2
+ # Add key=value pairs of SDKs to use below
3
+ java=17.0.13-zulu
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ if (keystorePropertiesFile.exists()) {
29
29
}
30
30
31
31
android {
32
- compileSdkVersion 33 // flutter.compileSdkVersion
33
- ndkVersion flutter . ndkVersion
34
-
32
+ compileSdkVersion 34 // flutter.compileSdkVersion
33
+ ndkVersion " 27.0.12077973 "
34
+ namespace " com.suwayomi.tachidesk_sorayomi "
35
35
compileOptions {
36
- sourceCompatibility JavaVersion . VERSION_1_8
37
- targetCompatibility JavaVersion . VERSION_1_8
36
+ sourceCompatibility JavaVersion . VERSION_17
37
+ targetCompatibility JavaVersion . VERSION_17
38
38
}
39
39
40
40
kotlinOptions {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
4
+ networkTimeout =10000
5
+ validateDistributionUrl =true
3
6
zipStoreBase =GRADLE_USER_HOME
4
7
zipStorePath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4-all.zip
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pluginManagement {
19
19
20
20
plugins {
21
21
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
22
- id " com.android.application" version " 7.3 .0" apply false
22
+ id " com.android.application" version " 8.8 .0" apply false
23
23
id " org.jetbrains.kotlin.android" version " 2.1.10" apply false
24
24
id " com.google.gms.google-services" version " 4.4.0" apply false
25
25
id " com.google.firebase.crashlytics" version " 2.9.9" apply false
Original file line number Diff line number Diff line change @@ -382,10 +382,11 @@ packages:
382
382
flutter_android_volume_keydown:
383
383
dependency: "direct main"
384
384
description:
385
- name: flutter_android_volume_keydown
386
- sha256: bf7fed0be85541b939d9deb97b375cb12e6e703aa013754441318b0b9014e711
387
- url: "https://pub.dev"
388
- source: hosted
385
+ path: "."
386
+ ref: HEAD
387
+ resolved-ref: "9db2306fd2b4f804f5b9fbf69b97b211f47f527c"
388
+ url: "https://github.com/DattatreyaReddy/flutter_android_volume_keydown"
389
+ source: git
389
390
version: "1.0.1"
390
391
flutter_cache_manager:
391
392
dependency: "direct main"
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ dependencies:
17
17
flex_color_scheme : ^8.0.0
18
18
flutter :
19
19
sdk : flutter
20
- flutter_android_volume_keydown : ^1.0.0
20
+ flutter_android_volume_keydown :
21
+ git : https://github.com/DattatreyaReddy/flutter_android_volume_keydown
21
22
flutter_cache_manager : ^3.3.0
22
23
flutter_hooks : ^0.20.0
23
24
flutter_localizations :
You can’t perform that action at this time.
0 commit comments