File tree 5 files changed +11
-4
lines changed
packages/camera/camera_android
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
+
1
5
## 0.10.8+9
2
6
3
7
* Removes usage of ` _ambiguate ` method in example.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
11
11
dependencies {
12
- classpath ' com.android.tools.build:gradle:7.0.2 '
12
+ classpath ' com.android.tools.build:gradle:8.1.1 '
13
13
}
14
14
}
15
15
@@ -27,6 +27,9 @@ project.getTasks().withType(JavaCompile){
27
27
apply plugin : ' com.android.library'
28
28
29
29
android {
30
+ buildFeatures {
31
+ buildConfig true
32
+ }
30
33
// Conditional for compatibility with AGP <4.2.
31
34
if (project. android. hasProperty(" namespace" )) {
32
35
namespace ' io.flutter.plugins.camera'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:7.4.2 '
8
+ classpath ' com.android.tools.build:gradle:8.1.1 '
9
9
}
10
10
}
11
11
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-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.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/camera/camera_android
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
5
5
6
- version : 0.10.8+9
6
+ version : 0.10.8+10
7
7
8
8
environment :
9
9
sdk : " >=2.19.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments