Skip to content

Commit

Permalink
Merge pull request #17 from contentstack/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
ishaileshmishra authored Mar 5, 2021
2 parents 4a106b4 + 32ea919 commit 1fc2d5c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG


------------------------------------------------

## Version 3.8.2
###### Date: 05-March-2021
- Updated X-User-Agent to the header

------------------------------------------------

## Version 3.8.1
Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'org.jacoco:org.jacoco.core:0.8.6'
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Nov 14 11:47:24 IST 2019
#Tue Feb 16 19:51:27 IST 2021
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

0 comments on commit 1fc2d5c

Please sign in to comment.