diff --git a/CHANGELOG.MD b/CHANGELOG.MD index cbcf40d..0c46677 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index c2a7476..cf0a796 100644 --- a/README.md +++ b/README.md @@ -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 @@ -23,7 +23,7 @@ Install via Maven (mavenCentral): com.surveymonkey surveymonkey-android-sdk - 3.0.1 + 3.0.2 ``` @@ -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) diff --git a/SimpleSurvey/app/build.gradle b/SimpleSurvey/app/build.gradle index 4abb82c..9155771 100644 --- a/SimpleSurvey/app/build.gradle +++ b/SimpleSurvey/app/build.gradle @@ -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' }