Skip to content

Commit

Permalink
Remove unsused imports and enable signing
Browse files Browse the repository at this point in the history
  • Loading branch information
ronjunevaldoz committed Feb 28, 2024
1 parent eb45e83 commit ba00aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
with:
gpg_private_key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
passphrase: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
git_user_signingkey: true
git_commit_gpgsign: true
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ import androidx.compose.ui.graphics.Color
import androidx.compose.ui.unit.dp
import androidx.compose.ui.window.Dialog
import androidx.compose.ui.window.DialogProperties
import kotlinx.datetime.TimeZone
import kotlinx.datetime.atStartOfDayIn
import kotlinx.datetime.toJavaInstant
import java.util.Date

@Composable
fun CalendarPicker(
modifier: Modifier = Modifier,
Expand Down

0 comments on commit ba00aa1

Please sign in to comment.