File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 55androidCommonLibraryVersion = " 0.31.0"
66androidGifDrawableVersion = " 1.2.30"
77androidImageCropperVersion = " 4.7.0"
8- androidLibraryVersion = " b711becb0fe4fa3b09a0ea83a498579310cc8e69 "
8+ androidLibraryVersion =" 795e952c01d6cb37c8bf2efd86b2a716a2ea2985 "
99androidPluginVersion = ' 8.13.2'
1010androidsvgVersion = " 1.4"
1111androidxMediaVersion = " 1.5.1"
Original file line number Diff line number Diff line change 1993119931 <sha256 value="b03adb110643513771101c07561b36da33381566a04fe43f0e704a98e14de9cf" origin="Generated by Gradle" reason="Artifact is not signed"/>
1993219932 </artifact>
1993319933 </component>
19934+ <component group="com.github.nextcloud" name="android-library" version="795e952c01d6cb37c8bf2efd86b2a716a2ea2985">
19935+ <artifact name="android-library-795e952c01d6cb37c8bf2efd86b2a716a2ea2985.aar">
19936+ <sha256 value="8f8f2cbf7caae9355ce01e1e4ae8fc9aa569845a27eba0d2817ae8c4e8062967" origin="Generated by Gradle" reason="Artifact is not signed"/>
19937+ </artifact>
19938+ <artifact name="android-library-795e952c01d6cb37c8bf2efd86b2a716a2ea2985.module">
19939+ <sha256 value="2dc0a6c85cc9df09c6118b11f4e1fa173593db826e5fa5d47908d3a15dd20542" origin="Generated by Gradle" reason="Artifact is not signed"/>
19940+ </artifact>
19941+ </component>
1993419942 <component group="com.github.nextcloud" name="android-library" version="79a4aa883bcaa4ca4e5243f212317edabea03bfb">
1993519943 <artifact name="android-library-79a4aa883bcaa4ca4e5243f212317edabea03bfb.aar">
1993619944 <sha256 value="605a88fa37c998c8464ed6111bbf3a8ee7dc04be58bf93e2e5d046ca3276fd1a" origin="Generated by Gradle" reason="Artifact is not signed"/>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ snapshotCount=$(./gradlew dependencies | grep SNAPSHOT -c)
88betaCount=$( grep " <bool name=\" is_beta\" >true</bool>" app/src/main/res/values/setup.xml -c)
99
1010# Read androidLibraryVersion from TOML
11- libraryHash=$( grep ' androidLibraryVersion' gradle/libs.versions.toml \
11+ libraryHash=$( grep ' androidLibraryVersion = ' gradle/libs.versions.toml \
1212 | cut -d ' =' -f2 \
1313 | tr -d ' "' )
1414
You can’t perform that action at this time.
0 commit comments