Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin authored Aug 13, 2024
1 parent f5cb29e commit 3a630d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ android {

defaultConfig {
minSdk 21
buildConfigField "String", "DROPBOX_APP_KEY", gradle.ext.appProperties.getProperty("dropbox.app_key", '""')
}

buildTypes {
Expand All @@ -16,7 +17,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {

buildConfigField "String", "DROPBOX_REFRESH_TOKEN", gradle.ext.appProperties.getProperty("dropbox.refresh_token", '""')
}
}
flavorDimensions "store"
Expand Down

0 comments on commit 3a630d3

Please sign in to comment.