Skip to content

Commit

Permalink
Update for 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Veizi committed May 28, 2020
1 parent 80aa7c1 commit 8d56b55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ allprojects {

```groovy
dependencies {
implementation 'dev.fanie:stateful:0.1.1'
kapt 'dev.fanie:stateful-compiler:0.1.1'
implementation 'dev.fanie:stateful:0.1.2'
kapt 'dev.fanie:stateful-compiler:0.1.2'
}
```

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.1')
kapt 'dev.fanie:stateful-compiler:0.1.1'
implementation('dev.fanie:stateful:0.1.2')
kapt 'dev.fanie:stateful-compiler:0.1.2'
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
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ buildscript {
ext {
stateful = [
GROUP_ID : 'dev.fanie',
VERSION : '0.1.1',
BUILD : 7,
VERSION : '0.1.2',
github : [
ID : githubProperties['gpr.usr'],
KEY: githubProperties['gpr.key']
Expand Down

0 comments on commit 8d56b55

Please sign in to comment.