You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: sdk docs/readme.md
+8-7
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Statement Tap SDK for Android
2
2
***
3
-
*Version:* 4.2.1
3
+
*Version:* 4.3.0
4
4
***
5
5
6
6
@@ -69,11 +69,11 @@ This set of instructions assumes that the IDE being used is Android Studio
69
69
```
70
70
**NOTE: You can use any GitHub Account in filling up the credentials**
71
71
72
-
2. In your app build.gradle file, add this line inside the dependencies configuration: **implementation "com.brankas.tap:statement-tap:4.2.1"** to set the SDK as a dependency for the application. This should look like:
72
+
2. In your app build.gradle file, add this line inside the dependencies configuration: **implementation "com.brankas.tap:statement-tap:4.3.0"** to set the SDK as a dependency for the application. This should look like:
0 commit comments