diff --git a/README.md b/README.md index 13a3a4c..8167906 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/app/build.gradle b/app/build.gradle index a734920..8169b10 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/build.gradle b/build.gradle index ad067f2..b2cd37e 100644 --- a/build.gradle +++ b/build.gradle @@ -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']