Skip to content

Commit

Permalink
Merge pull request #2 from torusresearch/feat/javadocs
Browse files Browse the repository at this point in the history
Feat/javadocs
  • Loading branch information
metalurgical authored Aug 22, 2023
2 parents 081fe6e + ab3fa9a commit 5a70bba
Show file tree
Hide file tree
Showing 12 changed files with 350 additions and 309 deletions.
Binary file added android-jacoco-the-missing.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {

defaultConfig {
applicationId "com.web3auth.tss_client_android_example"
minSdk 26
minSdk 24
targetSdk 33
versionCode 1
versionName "1.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.web3auth.tss_client_android_example;


import android.os.Bundle;

import androidx.appcompat.app.AppCompatActivity;
Expand Down
Loading

0 comments on commit 5a70bba

Please sign in to comment.