Skip to content

Commit

Permalink
fix: build.gradle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Moule committed Jul 12, 2024
1 parent 52cbc2b commit 42dbc96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 338 deletions.
15 changes: 10 additions & 5 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ android {
keyAlias 'androiddebugkey'
keyPassword 'android'
}
}
buildTypes {
debug {
signingConfig signingConfigs.debug
}
release {
if (project.hasProperty('AMSIGGEL_UPLOAD_STORE_FILE')) {
storeFile file(AMSIGGEL_UPLOAD_STORE_FILE)
Expand All @@ -104,6 +99,16 @@ android {
}
}
}
buildTypes {
debug {
signingConfig signingConfigs.debug
}
release {
signingConfig signingConfigs.release
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
}
}

dependencies {
Expand Down
333 changes: 0 additions & 333 deletions android/app/build.old.gradle

This file was deleted.

0 comments on commit 42dbc96

Please sign in to comment.