We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b115371 commit cf6aafdCopy full SHA for cf6aafd
1 file changed
README.md
@@ -24,7 +24,7 @@ Add it in your root build.gradle at the end of repositories:
24
25
```groovy
26
dependencies {
27
- implementation 'com.github.studyplus:Studyplus-Android-SDK:2.5.1'
+ implementation 'com.github.studyplus:Studyplus-Android-SDK:2.5.2'
28
}
29
```
30
@@ -41,12 +41,7 @@ Studyplus.instance.setup("consumer_key", "consumer_secret")
41
Open an Activity to connect with Studyplus.
42
43
```kotlin
44
-try {
45
- Studyplus.instance.startAuth(this@MainActivity, REQUEST_CODE_AUTH)
46
-} catch (e: ActivityNotFoundException) {
47
- e.printStackTrace()
48
- Toast.makeText(context, "Need for Studyplus 5.0.0+", Toast.LENGTH_LONG).show()
49
-}
+Studyplus.instance.startAuth(this@MainActivity, REQUEST_CODE_AUTH)
50
51
52
Then save its result.
0 commit comments