Skip to content

Commit

Permalink
add versions info
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Oct 2, 2019
1 parent e14b005 commit 1cddf40
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![moko-mvvm](img/logo.png)
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![Download](https://api.bintray.com/packages/icerockdev/moko/moko-mvvm/images/download.svg) ](https://bintray.com/icerockdev/moko/moko-mvvm/_latestVersion)
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![Download](https://api.bintray.com/packages/icerockdev/moko/moko-mvvm/images/download.svg) ](https://bintray.com/icerockdev/moko/moko-mvvm/_latestVersion) ![kotlin-version](https://img.shields.io/badge/kotlin-1.3.50-orange)

# Mobile Kotlin Model-View-ViewModel architecture components
This is a Kotlin Multiplatform library that provides architecture components of Model-View-ViewModel
Expand All @@ -8,6 +8,7 @@ This is a Kotlin Multiplatform library that provides architecture components of
## Table of Contents
- [Features](#features)
- [Requirements](#requirements)
- [Versions](#versions)
- [Installation](#installation)
- [Usage](#usage)
- [Samples](#samples)
Expand All @@ -25,6 +26,11 @@ This is a Kotlin Multiplatform library that provides architecture components of
- Android API 21+
- iOS version 9.0+

## Versions
- kotlin 1.3.50
- 0.1.0
- 0.2.0

## Installation
root build.gradle
```groovy
Expand Down

0 comments on commit 1cddf40

Please sign in to comment.