We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1407350 commit aaa1c05Copy full SHA for aaa1c05
example/androidlib/kotlin/2-compose/app/releaseKey.jks
-2.63 KB
example/androidlib/kotlin/2-compose/build.mill
@@ -28,10 +28,6 @@ object app extends AndroidAppKotlinModule {
28
def androidMinSdk = 26
29
def androidEnableCompose = true
30
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") }
35
def androidIsDebug = true
36
37
def androidApplicationId = "com.example.composetest"
0 commit comments