Skip to content

Commit 1fc2d5c

Browse files
Merge pull request #17 from contentstack/development
Development
2 parents 4a106b4 + 32ea919 commit 1fc2d5c

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
4+
------------------------------------------------
5+
6+
## Version 3.8.2
7+
###### Date: 05-March-2021
8+
- Updated X-User-Agent to the header
9+
310
------------------------------------------------
411

512
## Version 3.8.1

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.5.2'
11-
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
10+
classpath 'com.android.tools.build:gradle:4.1.2'
11+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
12+
classpath 'org.jacoco:org.jacoco.core:0.8.6'
1213
}
1314
}
1415

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Nov 14 11:47:24 IST 2019
1+
#Tue Feb 16 19:51:27 IST 2021
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

0 commit comments

Comments
 (0)