File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
4346apply from : ' capacitor.build.gradle'
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments