Skip to content

Commit

Permalink
updates library version to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vitkhudenko committed Oct 31, 2021
1 parent 5f27a84 commit 99a2b1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
At a module level `build.gradle`, add the following dependency:

```groovy
implementation 'com.github.vitkhudenko:state_machine:0.3.5'
implementation 'com.github.vitkhudenko:state_machine:0.3.6'
```

### Usage
Expand Down
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
-openjdk11
2 changes: 1 addition & 1 deletion state_machine_lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'maven-publish'
apply plugin: 'kotlin-android'

def libraryVersionName = "0.3.5"
def libraryVersionName = "0.3.6"
def artifactName = 'StateMachine'

android {
Expand Down

0 comments on commit 99a2b1b

Please sign in to comment.