Loading app/build.gradle.kts +16 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,8 @@ android { ) } getByName("debug") { // Append .dev to package name so we won't conflict with AOSP build. applicationIdSuffix = ".dev" signingConfig = signingConfigs.getByName("debug") } } Loading Loading @@ -80,6 +80,20 @@ android { storePassword = it } } getByName("debug") { (keystoreProperties["keyAlias"] as String?)?.let { keyAlias = it } (keystoreProperties["keyPassword"] as String?)?.let { keyPassword = it } (keystoreProperties["storeFile"] as String?)?.let { storeFile = file(it) } (keystoreProperties["storePassword"] as String?)?.let { storePassword = it } } } namespace = "org.lineageos.updater" } Loading Loading
app/build.gradle.kts +16 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,8 @@ android { ) } getByName("debug") { // Append .dev to package name so we won't conflict with AOSP build. applicationIdSuffix = ".dev" signingConfig = signingConfigs.getByName("debug") } } Loading Loading @@ -80,6 +80,20 @@ android { storePassword = it } } getByName("debug") { (keystoreProperties["keyAlias"] as String?)?.let { keyAlias = it } (keystoreProperties["keyPassword"] as String?)?.let { keyPassword = it } (keystoreProperties["storeFile"] as String?)?.let { storeFile = file(it) } (keystoreProperties["storePassword"] as String?)?.let { storePassword = it } } } namespace = "org.lineageos.updater" } Loading