We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3011e4 commit 90f4058Copy full SHA for 90f4058
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## 2.0.0
4
+
5
+- adds streaming
6
+- adds Room for caching Events
7
8
## 1.2.0
9
10
### Added
app/build.gradle
@@ -41,8 +41,8 @@ android {
41
applicationId "de.stefanmedack.ccctv"
42
minSdkVersion 21
43
targetSdkVersion 26
44
- versionCode 2
45
- versionName "1.1.0"
+ versionCode 4
+ versionName "2.0.0-RC"
46
resConfigs "en", "de"
47
multiDexEnabled true
48
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
0 commit comments