Skip to content

Commit

Permalink
Reset
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Feb 29, 2024
1 parent a2e4ec1 commit ce87944
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
22 changes: 22 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
<trusting group="androidx.sqlite"/>
<trusting group="androidx.webkit" name="webkit" version="1.10.0"/>
<trusting group="androidx.work"/>
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
</trusted-key>
<trusted-key id="84789D24DF77A32433CE1F079EB80E92EB2135B1" group="org.apache" name="apache"/>
<trusted-key id="8569C95CADC508B09FE90F3002216ED811210DAA" group="io.github.detekt.sarif4k"/>
Expand Down Expand Up @@ -713,6 +714,11 @@
<sha256 value="721e76e74ee4158d3fe9759074b7eceed4ff7d84ed34a3faca5843fb874ac946" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.compose" name="compose-bom" version="2024.02.00">
<artifact name="compose-bom-2024.02.00.pom">
<sha256 value="4178adaeb01f19a0c922a6f107e3ad24268cbb21a1e5239bd531ba855fc15c69" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.compose.animation" name="animation-core" version="1.0.0-beta03">
<artifact name="animation-core-1.0.0-beta03.aar">
<sha256 value="4626086855eb6582dda9c3050c05bb56632f5a0308a3bb71a0f58def958602ca" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down Expand Up @@ -1195,6 +1201,14 @@
<sha256 value="9d1996cca03777baa1f27cd15531db983a633dae37b90f85bd53501acb56699d" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.emoji2" name="emoji2" version="1.3.0">
<artifact name="emoji2-1.3.0.aar">
<sha256 value="2bf23818b23a996ddaa1b5fd5bb32129daff6bbb2dce15166e2fccdd2010b1a5" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="emoji2-1.3.0.module">
<sha256 value="ddc851edba65fd15a7a1bc3ad18648e2f732dd5ad8ef3602224bce0647f5b4d1" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.emoji2" name="emoji2-views-helper" version="1.2.0">
<artifact name="emoji2-views-helper-1.2.0.aar">
<sha256 value="7ffa4d464d9db259fca0cdb50fbd4ab63d6872bcda59468b9f7555504c7d5ac4" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand All @@ -1203,6 +1217,14 @@
<sha256 value="a3a9db581abf1787b01ff15c40f059530e8e64f3937caa2d788f42eb39893268" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.emoji2" name="emoji2-views-helper" version="1.3.0">
<artifact name="emoji2-views-helper-1.3.0.aar">
<sha256 value="9a1351295a4f739df0efe8344adaa9afb34856c3af584d4a9afbec105a45b90b" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="emoji2-views-helper-1.3.0.module">
<sha256 value="09974bb5ef9780de9d56715d71171a35c78fb2e17fd865773b0c83a3acac039c" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.exifinterface" name="exifinterface" version="1.3.6">
<artifact name="exifinterface-1.3.6.aar">
<sha256 value="1804105e9e05fdd8f760413bad5de498c381aa329f4f9d94c851bc891ac654c6" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down
8 changes: 1 addition & 7 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,4 @@ include ':appscan'
// dependencySubstitution {
// substitute module('com.github.nextcloud:android-library') using project(':library')
// }
//}

includeBuild('/Users/alperozturk/Desktop/nextcloud/nextcloud_android_library') {
dependencySubstitution {
substitute module('com.github.nextcloud:android-library') using project(':library')
}
}
//}

0 comments on commit ce87944

Please sign in to comment.