Skip to content

Commit 2274c55

Browse files
author
Yevhen Podkovyrin
committed
Release 1.0.11
1 parent ae88548 commit 2274c55

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

core/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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

0 commit comments

Comments
 (0)