Skip to content

Commit

Permalink
Merge pull request #100 from SurveyMonkey/release-v3.0.6
Browse files Browse the repository at this point in the history
Release v3.0.6
  • Loading branch information
winimeow authored Sep 12, 2024
2 parents f065d2e + 600ad46 commit 7b53f1e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.6
- Fix for crash UninitializedPropertyException
- Updated compileSDK and targetSDKVersion to 34
- Fix for Crash if there is no connectivity

## 3.0.5
- Follow up of bugs after ver 3.0.4

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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.5'
implementation 'com.surveymonkey:surveymonkey-android-sdk:3.0.6'
```
or

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

Expand Down
2 changes: 1 addition & 1 deletion SimpleSurvey/app/build.gradle
Original file line number Diff line number Diff line change
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.5'
implementation 'com.surveymonkey:surveymonkey-android-sdk:3.0.6'
implementation 'com.google.android.material:material:1.8.0'
}

0 comments on commit 7b53f1e

Please sign in to comment.