Skip to content

Commit

Permalink
3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
namidan committed Sep 6, 2023
1 parent db412d3 commit 4d47ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
### Add Nami SDK dependency

dependencies {
implementation "com.namiml:sdk-android:3.1.5"
implementation "com.namiml:sdk-android:3.1.7"
}

### Add Java 8 compatibility
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.6.10'
ext.nami_sdk_version = '3.1.5'
ext.nami_sdk_version = '3.1.7'
ext.min_sdk = 25
ext.target_sdk = 33
ext.compile_sdk = 33
Expand Down

0 comments on commit 4d47ce4

Please sign in to comment.