We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c1f21e + 2214701 commit 469f952Copy full SHA for 469f952
1 file changed
README.md
@@ -18,7 +18,7 @@ And then in the other gradle file(may be your app gradle or your own module libr
18
```java
19
dependencies {
20
...
21
- implementation 'com.github.myinnos:Android-InApp-Update:BETA-0.1'
+ implementation 'com.github.myinnos:Android-InApp-Update:BETA-0.2'
22
implementation 'com.google.android.play:core:1.7.2' //to initiate AppUpdateManager
23
}
24
```
@@ -92,7 +92,7 @@ A user experience that provides background download and installation with gracef
92
License
93
-------
94
95
- Copyright 2017 MyInnos
+ Copyright 2020 MyInnos
96
97
Licensed under the Apache License, Version 2.0 (the "License");
98
you may not use this file except in compliance with the License.
0 commit comments