-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implemented KeyPairGenerator * implemented keys and encryption storage * created different model for key storage and updated kotlin version * merging main * added build dir to .gitignore * Update .gitignore added app/build to git ignore file * updated gitignore added app/build to wallet app gitignore * deleted app build deleted app build folder under the wallet app * removing incorrect path * added all build directory to gitignore added all build directory to gitignore and changed the gradle version to 8.7 --------- Co-authored-by: Kishan Patel <[email protected]>
- Loading branch information
Showing
19 changed files
with
464 additions
and
148 deletions.
There are no files selected for viewing
Binary file not shown.
5 changes: 3 additions & 2 deletions
5
light_client_app/android/gradle/wrapper/gradle-wrapper.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#Tue Jul 23 21:54:24 CDT 2024 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.