Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiaao committed Jun 2, 2018
1 parent 420710b commit dc6e0c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
- Initial version


## [0.0.2] - 2018-06-01
## [0.0.2] - 2018-06-03
- Fix lot of bugs
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
/**
* Libraries (Android).
*/
libKotlinStdlib : "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version",
libKotlinStdlib : "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version",
libKotlinxCoroutinesCore : "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinx_coroutines_version",
libKotlinxCoroutinesAndroid: "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinx_coroutines_version",
libAnko : "org.jetbrains.anko:anko:$anko_version",
Expand Down

0 comments on commit dc6e0c2

Please sign in to comment.