Skip to content

Commit

Permalink
Update for 0.1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Veizi committed May 30, 2020
1 parent 9052ae8 commit 3ed4f51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
/captures
.externalNativeBuild
.cxx
.gradletasknamecache
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.6')
kapt 'dev.fanie:stateful-compiler:0.1.6'
implementation('dev.fanie:stateful:0.1.7')
kapt 'dev.fanie:stateful-compiler:0.1.7'
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 : 11,
VERSION : '0.1.6',
BUILD : 12,
VERSION : '0.1.7',
github : [
ID : githubProperties['gpr.usr'],
KEY: githubProperties['gpr.key']
Expand Down

0 comments on commit 3ed4f51

Please sign in to comment.