Skip to content

Commit

Permalink
Updated to version 0.4.0 of SDK (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnpandit12 committed Jan 12, 2022
1 parent fe176a3 commit b20ef83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add this dependency to your project:
<dependency>
<groupId>com.attestr</groupId>
<artifactId>attestr-flowx</artifactId>
<version>0.3.1</version>
<version>0.4.0</version>
</dependency>
```

Expand All @@ -23,7 +23,7 @@ Add this dependency to your project:
Add this dependency to your project's build file:

```groovy
implementation "com.attestr:attestr-flowx:0.3.1"
implementation "com.attestr:attestr-flowx:0.4.0"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ android {
jvmTarget = '1.8'
}
buildFeatures {
viewBinding = true
viewBinding true
}
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation "com.attestr:attestr-flowx:0.3.1"
implementation "com.attestr:attestr-flowx:0.4.0"
}

0 comments on commit b20ef83

Please sign in to comment.