Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
makes the release buildtype buildable
Browse files Browse the repository at this point in the history
  • Loading branch information
jreehuis-gcx committed Mar 18, 2021
1 parent 0eacf31 commit ba80854
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ android {
composeOptions {
kotlinCompilerExtensionVersion Libs.AndroidX.Compose.version
}

buildTypes {
release {
signingConfig signingConfigs.debug
}
}
}

dependencies {
Expand Down

0 comments on commit ba80854

Please sign in to comment.