File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
packages/camera/camera_android Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 0.10.8+10
2+
3+ * Sets android.defaults.buildfeatures.buildconfig to true for compatibility with AGP 8.0+.
4+
15## 0.10.8+9
26
37* Removes usage of ` _ambiguate ` method in example.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:7.0.2 '
12+ classpath ' com.android.tools.build:gradle:8.1.1 '
1313 }
1414}
1515
@@ -27,6 +27,9 @@ project.getTasks().withType(JavaCompile){
2727apply plugin : ' com.android.library'
2828
2929android {
30+ buildFeatures {
31+ buildConfig true
32+ }
3033 // Conditional for compatibility with AGP <4.2.
3134 if (project. android. hasProperty(" namespace" )) {
3235 namespace ' io.flutter.plugins.camera'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66
77 dependencies {
8- classpath ' com.android.tools.build:gradle:7.4.2 '
8+ classpath ' com.android.tools.build:gradle:8.1.1 '
99 }
1010}
1111
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 .1-all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8 .1-all.zip
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Android implementation of the camera plugin.
33repository : https://github.com/flutter/packages/tree/main/packages/camera/camera_android
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
55
6- version : 0.10.8+9
6+ version : 0.10.8+10
77
88environment :
99 sdk : " >=2.19.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments