File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525 "android platform tools" : " 33.x" ,
2626 "android tools" : " <=35.x" ,
2727 "android ndk" : " >=r21 <=r22b" ,
28- "java" : " >=11 .x"
28+ "java" : " >=17 .x"
2929 },
3030 "repository" : {
3131 "type" : " git" ,
Original file line number Diff line number Diff line change 88project. ext {
99 tiNdkVersion = ' 28.1.13356709'
1010 tiAndroidXAppCompatLibVersion = ' 1.7.0'
11- tiAndroidXCoreLibVersion = ' 1.9.0 '
12- tiAndroidXFragmentLibVersion = ' 1.7.1 '
11+ tiAndroidXCoreLibVersion = ' 1.13.1 '
12+ tiAndroidXFragmentLibVersion = ' 1.8.6 '
1313 tiMaterialLibVersion = ' 1.12.0'
1414 tiPlayServicesBaseLibVersion = ' 18.3.0'
1515 tiManifestPlaceholders = [
Original file line number Diff line number Diff line change @@ -281,16 +281,16 @@ dependencies {
281281 implementation ' androidx.cardview:cardview:1.0.0'
282282 implementation " androidx.core:core:${ project.ext.tiAndroidXCoreLibVersion} "
283283 implementation ' androidx.drawerlayout:drawerlayout:1.2.0'
284- implementation ' androidx.exifinterface:exifinterface:1.3.7 '
284+ implementation ' androidx.exifinterface:exifinterface:1.4.0 '
285285 implementation " androidx.fragment:fragment:${ project.ext.tiAndroidXFragmentLibVersion} "
286286 implementation ' androidx.media:media:1.7.0'
287287 implementation ' androidx.recyclerview:recyclerview:1.3.2'
288288 implementation ' androidx.recyclerview:recyclerview-selection:1.1.0'
289289 implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
290290 implementation ' androidx.transition:transition:1.5.1'
291- implementation ' androidx.vectordrawable:vectordrawable:1.1 .0'
292- implementation ' androidx.vectordrawable:vectordrawable-animated:1.1 .0'
293- implementation ' androidx.viewpager:viewpager:1.0 .0'
291+ implementation ' androidx.vectordrawable:vectordrawable:1.2 .0'
292+ implementation ' androidx.vectordrawable:vectordrawable-animated:1.2 .0'
293+ implementation ' androidx.viewpager:viewpager:1.1 .0'
294294 implementation ' androidx.annotation:annotation:1.7.1'
295295
296296 // Google's "Material Components" themed UI library.
You can’t perform that action at this time.
0 commit comments