Skip to content

Commit 802f794

Browse files
feat: [CS-37836] includeMetadata, Azure-EU and General Fixes
1 parent cd39050 commit 802f794

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

contentstack/build.gradle

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

scripts/publish-module.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ afterEvaluate {
4242
artifactId = PUBLISH_ARTIFACT_ID
4343
version = PUBLISH_VERSION
4444
if (project.plugins.findPlugin("com.android.library")) {
45-
//from components.release
45+
from components.release
4646
} else {
4747
artifact("$buildDir/libs/${project.getName()}-${version}.jar")
4848
}

0 commit comments

Comments
 (0)