Tech task/psec hashing into development (#6780)

* TP-28468 | PSEC Generate hash for post api

* TP-28468 | Splitting salt key

* TP-28468 | Comments resolved

* TP-28468 | Adding package name in hash key

* TP-28468 | Logic change in hashing and .so file name change

* TP-31287 | Add NDK, CMake & LLDB Dependency to Docker Base Image & GH Build Action

Co-authored-by: Shivam Goyal <shivam.goyal@navi.com>
This commit is contained in:
Adarsh S
2023-06-05 12:14:16 +05:30
committed by GitHub Enterprise
parent 8308271657
commit 98a2b2c5d1
11 changed files with 505 additions and 3 deletions

View File

@@ -80,6 +80,8 @@ jobs:
distribution: adopt
- name: Set up Android SDK
uses: android-actions/setup-android@v2
- name: Set up Android NDK & CMake
run: sdkmanager "ndk;25.2.9519653" "cmake;3.22.1"
- name: Grant Execute Permission for Gradle Wrapper
run: chmod +x gradlew
- name: Generate Release Keystore