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:
committed by
GitHub Enterprise
parent
8308271657
commit
98a2b2c5d1
2
.github/workflows/generate_apk.yml
vendored
2
.github/workflows/generate_apk.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user