Skip to content

Commit

Permalink
Merge pull request #55 from Web3Auth/feat/bump-session-manager-androi…
Browse files Browse the repository at this point in the history
…d-sdk

bump session-manager-android sdk version
  • Loading branch information
chaitanyapotti authored May 24, 2023
2 parents 402a7b7 + 94cf607 commit 85b551a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/web3auth/app/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import com.google.gson.Gson
import com.web3auth.core.Web3Auth
import com.web3auth.core.isEmailValid
import com.web3auth.core.types.*
import java8.util.concurrent.CompletableFuture
import org.json.JSONObject
import java.util.concurrent.CompletableFuture
import java.util.concurrent.atomic.AtomicBoolean

class MainActivity : AppCompatActivity(), AdapterView.OnItemClickListener {
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation 'org.web3j:core:4.8.8-android'

//session-manager-sdk
implementation 'com.github.Web3Auth:session-manager-android:0.0.2'
implementation 'com.github.Web3Auth:session-manager-android:0.0.3'

// Test
testImplementation 'junit:junit:4.+'
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/com/web3auth/core/Web3Auth.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import com.web3auth.core.api.ApiHelper
import com.web3auth.core.keystore.KeyStoreManagerUtils
import com.web3auth.core.types.*
import com.web3auth.session_manager_android.SessionManager
import java8.util.concurrent.CompletableFuture
import org.json.JSONObject
import java.util.*
import java.util.concurrent.CompletableFuture

class Web3Auth(web3AuthOptions: Web3AuthOptions) {

Expand Down

0 comments on commit 85b551a

Please sign in to comment.