Skip to content

Commit 1bd1fb4

Browse files
committed
Fix Android build
1 parent ced90ed commit 1bd1fb4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ subprojects {
1717
}
1818
// Derived from https://stackoverflow.com/a/78865504/3846032.
1919
project.android {
20-
compileSdkVersion 35
21-
buildToolsVersion "35.0.0"
20+
compileSdkVersion 36
21+
buildToolsVersion "36.0.0"
2222
}
2323
}
2424
}

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.6.0" apply false
21+
id "com.android.application" version "8.9.1" apply false
2222
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
2323
}
2424

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Free video dictionary of Auslan signs
33

44
publish_to: 'none'
55

6-
version: 1.19.0+818
6+
version: 1.19.2+820
77

88
environment:
99
sdk: '>=2.18.0 <3.0.0'

0 commit comments

Comments
 (0)