File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ detektCompose = "0.4.27"
88androidx-swiperefreshlayout = " 1.1.0"
99androidx-documentfile = " 1.1.0"
1010# Fossify
11- commons = " 5.3 .0"
11+ commons = " 5.4 .0"
1212# Other
1313autofittextview = " 0.2.1"
1414gestureviews = " 2.8.3"
@@ -18,8 +18,8 @@ zip4j = "2.11.5"
1818# Gradle
1919gradlePlugins-agp = " 8.11.1"
2020# build
21- app-build-compileSDKVersion = " 35 "
22- app-build-targetSDK = " 35 "
21+ app-build-compileSDKVersion = " 36 "
22+ app-build-targetSDK = " 36 "
2323app-build-minimumSDK = " 26"
2424app-build-javaVersion = " VERSION_17"
2525app-build-kotlinJVMTarget = " 17"
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ dependencyResolutionManagement {
1111 google()
1212 mavenCentral()
1313 maven { setUrl(" https://jitpack.io" ) }
14+ mavenLocal()
1415 }
1516}
1617include(" :app" )
You can’t perform that action at this time.
0 commit comments