Skip to content

Commit

Permalink
update gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
DivyaniPatel96 committed Apr 1, 2024
1 parent 6e0dd7c commit 8973a48
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions android/app/src/main/res/drawable/history_svg_a0f5bd.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="16dp"
android:height="16dp"
android:viewportWidth="16"
android:viewportHeight="16">
<group>
<clip-path
android:pathData="M0.5,0.5H15.5V15.5H0.5V0.5Z"/>
<path
android:pathData="M4.557,12.243C5.539,13.224 6.83,13.835 8.212,13.971C9.593,14.107 10.979,13.76 12.133,12.989C13.288,12.218 14.139,11.07 14.542,9.742C14.945,8.413 14.875,6.986 14.343,5.704C13.812,4.422 12.853,3.363 11.628,2.709C10.404,2.054 8.991,1.845 7.63,2.115C6.268,2.386 5.043,3.121 4.162,4.194C3.281,5.267 2.8,6.612 2.8,8V9.333"
android:strokeLineJoin="round"
android:strokeWidth="1.5"
android:fillColor="#00000000"
android:strokeColor="#777779"
android:strokeLineCap="round"/>
<path
android:pathData="M1.467,8L2.8,9.333L4.133,8"
android:strokeLineJoin="round"
android:strokeWidth="1.5"
android:fillColor="#00000000"
android:strokeColor="#777779"
android:strokeLineCap="round"/>
<path
android:pathData="M8.133,5.333V8.667H11.467"
android:strokeLineJoin="round"
android:strokeWidth="1.5"
android:fillColor="#00000000"
android:strokeColor="#777779"
android:strokeLineCap="round"/>
</group>
</vector>
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ newArchEnabled=false
# Use this property to enable or disable the Hermes JS engine.
# If set to false, you will be using JSC instead.
hermesEnabled=true
YAPP_UPLOAD_STORE_FILE=bebborelease.keystore
MYAPP_UPLOAD_STORE_FILE=bebborelease.keystore
MYAPP_UPLOAD_KEY_ALIAS=bebboalias
MYAPP_UPLOAD_STORE_PASSWORD=$pass$123
MYAPP_UPLOAD_KEY_PASSWORD=$pass$123
Expand Down

0 comments on commit 8973a48

Please sign in to comment.