Skip to content

Commit fde6f9d

Browse files
authored
Merge pull request #3341 from numbersprotocol/copilot/fix-3340
Update androidx.window:window dependency from 1.0.0-alpha09 to 1.2.0
2 parents fb9c077 + 52d551c commit fde6f9d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

android/app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ dependencies {
3838
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
3939
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
4040
implementation project(':capacitor-cordova-android-plugins')
41+
42+
// Override outdated androidx.window:window dependency used by preview-camera plugin
43+
implementation "androidx.window:window:$androidxWindowVersion"
4144
}
4245

4346
apply from: 'capacitor.build.gradle'

android/variables.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ext {
99
androidxFragmentVersion = '1.8.4'
1010
coreSplashScreenVersion = '1.0.1'
1111
androidxWebkitVersion = '1.12.1'
12+
androidxWindowVersion = '1.2.0'
1213
junitVersion = '4.13.2'
1314
androidxJunitVersion = '1.2.1'
1415
androidxEspressoCoreVersion = '3.6.1'

0 commit comments

Comments
 (0)