Skip to content

Commit

Permalink
Update for 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Veizi committed May 31, 2020
1 parent 9605fdb commit 7d57b30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ allprojects {

```groovy
dependencies {
implementation 'dev.fanie:stateful:0.2.0'
kapt 'dev.fanie:stateful-compiler:0.2.0'
implementation 'dev.fanie:stateful:0.2.1'
kapt 'dev.fanie:stateful-compiler:0.2.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation('dev.fanie:stateful:0.2.0')
kapt 'dev.fanie:stateful-compiler:0.2.0'
implementation('dev.fanie:stateful:0.2.1')
kapt 'dev.fanie:stateful-compiler:0.2.1'
testImplementation "junit:junit:${stateful.dependencies.JUNIT}"
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
ext {
stateful = [
GROUP_ID : 'dev.fanie',
BUILD : 14,
VERSION : '0.2.0',
BUILD : 15,
VERSION : '0.2.1',
github : [
ID : githubProperties['gpr.usr'],
KEY: githubProperties['gpr.key']
Expand Down

0 comments on commit 7d57b30

Please sign in to comment.