Skip to content

Commit

Permalink
Remove signing config
Browse files Browse the repository at this point in the history
  • Loading branch information
bubelov committed Nov 30, 2020
1 parent 52e668f commit 178ffca
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
4 changes: 0 additions & 4 deletions app/.env.gradle.example

This file was deleted.

1 change: 0 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/build
.env.gradle
17 changes: 0 additions & 17 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ apply plugin: "androidx.navigation.safeargs.kotlin"
apply plugin: "com.squareup.sqldelight"
apply plugin: "com.github.ben-manes.versions"

try {
apply from: ".env.gradle"
} catch (ignored) { }

android {
compileSdkVersion 29

Expand All @@ -32,15 +28,6 @@ android {
freeCompilerArgs += "-Xopt-in=kotlinx.coroutines.ExperimentalCoroutinesApi"
}

signingConfigs {
release {
storeFile file(keystore_path.toString())
storePassword keystore_password.toString()
keyAlias = "app"
keyPassword keystore_password.toString()
}
}

buildTypes {
debug {
applicationIdSuffix ".dev"
Expand All @@ -50,10 +37,6 @@ android {
release {

}

signedRelease {
signingConfig signingConfigs.release
}
}

lintOptions {
Expand Down

0 comments on commit 178ffca

Please sign in to comment.