Skip to content

Commit aaa1c05

Browse files
committed
cleanup
1 parent 1407350 commit aaa1c05

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
Binary file not shown.

example/androidlib/kotlin/2-compose/build.mill

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ object app extends AndroidAppKotlinModule {
2828
def androidMinSdk = 26
2929
def androidEnableCompose = true
3030

31-
def androidReleaseKeyName: Option[String] = Some("releaseKey.jks")
32-
def androidReleaseKeyAlias: T[Option[String]] = Task { Some("releaseKey") }
33-
def androidReleaseKeyPass: T[Option[String]] = Task { Some("MillBuildTool") }
34-
def androidReleaseKeyStorePass: T[Option[String]] = Task { Some("MillBuildTool") }
3531
def androidIsDebug = true
3632

3733
def androidApplicationId = "com.example.composetest"

0 commit comments

Comments
 (0)