Skip to content

Commit

Permalink
Update for 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Veizi committed May 30, 2020
1 parent be6399b commit 48ebaa2
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 @@ -108,8 +108,8 @@ allprojects {

```groovy
dependencies {
implementation 'dev.fanie:stateful:0.1.7'
kapt 'dev.fanie:stateful-compiler:0.1.7'
implementation 'dev.fanie:stateful:0.1.8'
kapt 'dev.fanie:stateful-compiler:0.1.8'
}
```

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.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation('dev.fanie:stateful:0.1.7')
kapt 'dev.fanie:stateful-compiler:0.1.7'
implementation('dev.fanie:stateful:0.1.8')
kapt 'dev.fanie:stateful-compiler:0.1.8'
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 : 12,
VERSION : '0.1.7',
BUILD : 13,
VERSION : '0.1.8',
github : [
ID : githubProperties['gpr.usr'],
KEY: githubProperties['gpr.key']
Expand Down

0 comments on commit 48ebaa2

Please sign in to comment.