File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,19 +53,19 @@ dependencyResolutionManagement {
5353** Identity** module:
5454
5555``` groovy
56- implementation "com.flexa:core:1.0.9 "
56+ implementation "com.flexa:core:1.0.11 "
5757```
5858
5959** Scan** module:
6060
6161``` groovy
62- implementation "com.flexa:scan:1.0.9 "
62+ implementation "com.flexa:scan:1.0.11 "
6363```
6464
6565** Spend** module:
6666
6767``` groovy
68- implementation "com.flexa:spend:1.0.9 "
68+ implementation "com.flexa:spend:1.0.11 "
6969```
7070
7171### Remote repository
@@ -107,19 +107,19 @@ implementation "com.flexa:spend:1.0.9"
107107 **Identity** module:
108108
109109 ```groovy
110- implementation " com.flexa:core:1.0.9 "
110+ implementation " com.flexa:core:1.0.11 "
111111 ```
112112
113113 **Scan** module:
114114
115115 ```groovy
116- implementation " com.flexa:scan:1.0.9 "
116+ implementation " com.flexa:scan:1.0.11 "
117117 ```
118118
119119 **Spend** module:
120120
121121 ```groovy
122- implementation " com.flexa:spend:1.0.9 "
122+ implementation " com.flexa:spend:1.0.11 "
123123 ```
124124
125125
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ buildscript {
22 ext {
33 kotlinVersion = ' 1.9.21'
44
5- sdk_version = ' 1.0.10 '
5+ sdk_version = ' 1.0.11 '
66 groupId = ' com.flexa'
77 core_version = sdk_version
88 scan_version = sdk_version
Original file line number Diff line number Diff line change 22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
33
44 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
5- <uses-permission android : name =" android.permission.READ_PHONE_STATE" />
65
76 <application >
87 <activity
You can’t perform that action at this time.
0 commit comments