Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Simapatil26 committed Mar 29, 2023
1 parent 9ce6704 commit d068b12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.0.2
- Removed deprecated api FragmentActivity.getSupportLoaderManager()

## 3.0.1
- App updated to AndroidX
- Added kotlin co-routines and Retrofit
6 changes: 3 additions & 3 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.1'
implementation 'com.surveymonkey:surveymonkey-android-sdk:3.0.2'
```
or

Expand All @@ -23,7 +23,7 @@ Install via Maven (mavenCentral):
<dependency>
<groupId>com.surveymonkey</groupId>
<artifactId>surveymonkey-android-sdk</artifactId>
<version>3.0.1</version>
<version>3.0.2</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.1, the minsdk for this library is Api 21 (Android 5.x)
As of version 3.0.2, the minsdk for this library is Api 21 (Android 5.x)
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.1'
implementation 'com.surveymonkey:surveymonkey-android-sdk:3.0.2'
implementation 'com.google.android.material:material:1.8.0'
}

0 comments on commit d068b12

Please sign in to comment.