File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- ![ Test ] ( https://github.com/reduxkotlin/redux-kotlin-compose/workflows/Test /badge.svg )
1+ [ ![ Check ] ( https://github.com/reduxkotlin/redux-kotlin-compose/actions/ workflows/check.yml /badge.svg )] ( https://github.com/reduxkotlin/redux-kotlin-compose/actions/workflows/check.yml )
22![ badge] [ badge-android ]
33![ badge] [ badge-js ]
44![ badge] [ badge-jvm ]
5+ [ ![ Slack chat] ( https://img.shields.io/badge/kotlinlang-%23redux-green?logo=slack&style=flat-square )] ( https://kotlinlang.slack.com/team/C8A8G5F9Q )
6+ [ ![ Dokka docs] ( https://img.shields.io/badge/docs-dokka-orange?style=flat-square&logo=kotlin )] ( http://reduxkotlin.github.io/redux-kotlin-compose )
7+ [ ![ Version maven-central] ( https://img.shields.io/maven-central/v/dev.petuska/kon?logo=apache-maven&style=flat-square )] ( https://mvnrepository.com/artifact/org.reduxkotlin/redux-kotlin-compose/latest )
58
69# Redux-Kotlin-Compose
710
@@ -70,11 +73,11 @@ fun Component() {
7073
7174```
7275
73- [ badge-android ] : http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat
76+ [ badge-android ] : http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat-square
7477
75- [ badge-js ] : http://img.shields.io/badge/platform-js-yellow.svg?style=flat
78+ [ badge-js ] : http://img.shields.io/badge/platform-js-yellow.svg?style=flat-square
7679
77- [ badge-jvm ] : http://img.shields.io/badge/platform-jvm-orange.svg?style=flat
80+ [ badge-jvm ] : http://img.shields.io/badge/platform-jvm-orange.svg?style=flat-square
7881
7982[ Compose Multiplatform ] : https://github.com/JetBrains/compose-jb
8083
Original file line number Diff line number Diff line change 1+ ../gradle.properties
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66android {
77 compileSdk = 31
88 defaultConfig {
9- minSdk = 7
9+ minSdk = 21
1010 targetSdk = 31
1111 }
1212}
Original file line number Diff line number Diff line change 1+ <manifest package =" org.reduxkotlin.compose" />
You can’t perform that action at this time.
0 commit comments