Skip to content

Commit 5240053

Browse files
author
Kosh
committed
fix build
1 parent cd675a0 commit 5240053

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
name: Build And Test
1+
name: Build
22

33
on:
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

1315
jobs:
1416
build:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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
26
Focus on building your form UI while the library do the heavy work for you.
37

app/src/main/java/com/github/k0shk0sh/compose/easyforms/example/ui/components/TextFields.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import androidx.compose.ui.Modifier
1515
import androidx.compose.ui.text.input.KeyboardType
1616
import androidx.compose.ui.text.input.PasswordVisualTransformation
1717
import androidx.compose.ui.text.input.VisualTransformation
18-
import com.github.compose.easyforms.*
1918
import com.github.k0shk0sh.compose.easyforms.example.custom_states.MyFormKeys
2019
import com.github.k0shk0sh.compose.easyforms.*
2120

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m -XX:+HeapDumpOnOutOfMemo
66

77
# POM Config
88
VERSION_NAME=0.1.0
9-
VERSION_CODE=010
109
GROUP=com.github.k0shk0sh
1110
POM_DESCRIPTION=Focus on building your form UI while the library do the heavy work for you.
1211
POM_INCEPTION_YEAR=2021

0 commit comments

Comments
 (0)