Skip to content

Commit

Permalink
update kotlin 1.3.41, native app info
Browse files Browse the repository at this point in the history
  • Loading branch information
RotBolt committed Aug 16, 2019
1 parent d9577d1 commit b52fe63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ target_link_libraries(${PROJECT_NAME} kparser)
```

#### Android App sample : [Kalc-Android](https://github.com/KaenDagger/Kalc-Android)
#### Native App Sample : [Kalc-Native](https://github.com/KaenDagger/Kalc_Native)

**Work Left**
- Add usage with JS
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.31'
ext.kotlin_version = '1.3.41'
repositories {
google()
maven { url "https://plugins.gradle.org/m2/" }
Expand All @@ -16,7 +16,7 @@ buildscript {

subprojects {
group 'io.kaen.dagger'
version '0.2.1'
version '0.2.2'

repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bintray {
licenses = ['Apache-2.0']
vcsUrl = 'https://github.com/KaenDagger/KParser'
version{
name = '0.2.1'
name = '0.2.2'
}
}
}
Expand Down

0 comments on commit b52fe63

Please sign in to comment.