Skip to content

Commit

Permalink
Update for 0.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Veizi committed May 30, 2020
1 parent 5857e71 commit 3de2fa6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.3'
kapt 'dev.fanie:stateful-compiler:0.1.3'
implementation 'dev.fanie:stateful:0.1.6'
kapt 'dev.fanie:stateful-compiler:0.1.6'
}
```

Expand Down
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

// implementation project(':stateful')
// kapt project(':stateful-compiler')
//implementation project(':stateful')
//kapt project(':stateful-compiler')

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${stateful.dependencies.KOTLIN}"
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.3')
kapt 'dev.fanie:stateful-compiler:0.1.3'
implementation('dev.fanie:stateful:0.1.6')
kapt 'dev.fanie:stateful-compiler:0.1.6'
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 : 8,
VERSION : '0.1.3',
BUILD : 11,
VERSION : '0.1.6',
github : [
ID : githubProperties['gpr.usr'],
KEY: githubProperties['gpr.key']
Expand Down

0 comments on commit 3de2fa6

Please sign in to comment.