Skip to content

Commit

Permalink
fix: Fix package of SigningConfig.fromProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Jul 29, 2024
1 parent d7c81a0 commit fedb552
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## [Unreleased]

- *No changes*
### Fixes

- Fixed package of the extension `SigningConfig.fromProperties`. \
`dsl``com.redmadrobot.build.dsl`

## [0.19] (2024-07-26)

Expand Down
2 changes: 1 addition & 1 deletion infrastructure-android/src/main/kotlin/dsl/Signing.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dsl
package com.redmadrobot.build.dsl

import com.android.build.api.dsl.SigningConfig
import org.gradle.api.Incubating
Expand Down

0 comments on commit fedb552

Please sign in to comment.