Skip to content

Commit

Permalink
Added support for follow up & minor fixes (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnpandit12 committed Dec 10, 2021
1 parent 6810cc1 commit fe176a3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.2.1</version>
<version>0.3.1</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.2.1"
implementation "com.attestr:attestr-flowx:0.3.1"
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation "com.attestr:attestr-flowx:0.2.1"
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation "com.attestr:attestr-flowx:0.3.1"
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:7.0.1"
classpath 'com.android.tools.build:gradle:7.0.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencyResolutionManagement {
mavenCentral()
}
}
rootProject.name = "AttestrSampleApp"
rootProject.name = "AttestrKotlinApp"
include ':app'

0 comments on commit fe176a3

Please sign in to comment.