Skip to content

Commit

Permalink
Merge pull request #97 from SurveyMonkey/release-v3.0.4
Browse files Browse the repository at this point in the history
Release v3.0.4
  • Loading branch information
Simapatil26 committed Jan 23, 2024
2 parents 3da54ca + da8d671 commit 7733bca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
@@ -1,3 +1,8 @@
## 3.0.4
- Handled JSONException
- Removed unwanted resource files
- Made onStart() a public method

## 3.0.3
- Fix for Mal-formed URL when using custom variables

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -14,7 +14,7 @@ Want to improve your product and app store ratings? The SurveyMonkey Mobile Feed

Gradle (mavenCentral):
```groovy
implementation 'com.surveymonkey:surveymonkey-android-sdk:3.0.3'
implementation 'com.surveymonkey:surveymonkey-android-sdk:3.0.4'
```
or

Expand All @@ -23,7 +23,7 @@ Install via Maven (mavenCentral):
<dependency>
<groupId>com.surveymonkey</groupId>
<artifactId>surveymonkey-android-sdk</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
</dependency>
```

Expand Down Expand Up @@ -173,4 +173,4 @@ We recommend creating multiple [surveys](http://help.surveymonkey.com/articles/e

*What is the minimum Android version supported?

As of version 3.0.2, the minsdk for this library is Api 21 (Android 5.x)
As of version 3.0.4, the minsdk for this library is Api 21 (Android 5.x)
2 changes: 1 addition & 1 deletion SimpleSurvey/app/build.gradle
Expand Up @@ -25,6 +25,6 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
testImplementation 'junit:junit:4.12'

implementation 'com.surveymonkey:surveymonkey-android-sdk:3.0.3'
implementation 'com.surveymonkey:surveymonkey-android-sdk:3.0.4'
implementation 'com.google.android.material:material:1.8.0'
}

0 comments on commit 7733bca

Please sign in to comment.