File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
app/src/main/java/com/github/k0shk0sh/compose/easyforms/example/ui/components Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1- name : Build And Test
1+ name : Build
22
33on :
4- # push:
5- # branches:
6- # - main
7- # paths-ignore:
8- # - '**.md'
4+ push :
5+ branches :
6+ - main
7+ paths-ignore :
8+ - ' **.md'
9+ - ' **.html'
910 pull_request :
1011 paths-ignore :
1112 - ' **.md'
13+ - ' **.html'
1214
1315jobs :
1416 build :
Original file line number Diff line number Diff line change 1+
2+ ![ build-status] ( https://github.com/k0shk0sh/ComposeEasyForms/actions/workflows/build.yml/badge.svg ) [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.k0shk0sh.compose.easyforms/easyforms )] ( https://search.maven.org/search?q=g:com.github.k0shk0sh.compose.easyforms )
3+
4+
15# Compose EasyForms
26Focus on building your form UI while the library do the heavy work for you.
37
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import androidx.compose.ui.Modifier
1515import androidx.compose.ui.text.input.KeyboardType
1616import androidx.compose.ui.text.input.PasswordVisualTransformation
1717import androidx.compose.ui.text.input.VisualTransformation
18- import com.github.compose.easyforms.*
1918import com.github.k0shk0sh.compose.easyforms.example.custom_states.MyFormKeys
2019import com.github.k0shk0sh.compose.easyforms.*
2120
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m -XX:+HeapDumpOnOutOfMemo
66
77# POM Config
88VERSION_NAME =0.1.0
9- VERSION_CODE =010
109GROUP =com.github.k0shk0sh
1110POM_DESCRIPTION =Focus on building your form UI while the library do the heavy work for you.
1211POM_INCEPTION_YEAR =2021
You can’t perform that action at this time.
0 commit comments