Skip to content

Commit a68e99c

Browse files
feat: [CS-37836] includeMetadata, Azure-EU and General Fixes
1 parent 9f78b1e commit a68e99c

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

contentstack/build.gradle

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,6 @@ android {
1717
buildTypes {
1818
def localProperties = new Properties()
1919
localProperties.load(new FileInputStream(rootProject.file("local.properties")))
20-
debug {
21-
debuggable true
22-
testCoverageEnabled true
23-
buildConfigField "String", "host", localProperties['host']
24-
buildConfigField "String", "APIKey", localProperties['APIKey']
25-
buildConfigField "String", "deliveryToken", localProperties['deliveryToken']
26-
buildConfigField "String", "environment", localProperties['env']
27-
buildConfigField "String", "contentTypeUID", localProperties['contentType']
28-
buildConfigField "String", "assetUID", localProperties['assetUid']
29-
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
30-
}
31-
release {
32-
debuggable false
33-
minifyEnabled false
34-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
35-
buildConfigField "String", "host", localProperties['host']
36-
buildConfigField "String", "APIKey", localProperties['APIKey']
37-
buildConfigField "String", "deliveryToken", localProperties['deliveryToken']
38-
buildConfigField "String", "environment", localProperties['env']
39-
buildConfigField "String", "contentTypeUID", localProperties['contentType']
40-
buildConfigField "String", "assetUID", localProperties['assetUid']
41-
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
42-
}
4320
}
4421
compileOptions {
4522
sourceCompatibility JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)