Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit 5728aae

Browse files
version 0.8.2
Signed-off-by: Arnav Gupta <[email protected]>
1 parent 5aa05e0 commit 5728aae

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for Open Event Android
22
Being maintained since 0.8.x
33

4-
#### 0.8.1 - next
4+
#### 0.8.2 - next
5+
6+
#### 0.8.1 - 0.8.2
7+
- add support for native RTL
8+
- add App Notification Settings intent
9+
- add Robolectric tests for DB operations
10+
511

612
#### 0.8.0 - 0.8.1
713
- add missing track details in sessions view

Diff for: app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
applicationId "org.fossasia.openevent"
2626
minSdkVersion 15
2727
targetSdkVersion 23
28-
versionCode 80
29-
versionName "0.8.1"
28+
versionCode 82
29+
versionName "0.8.2"
3030

3131
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3232
buildConfigField "String", "GIT_SHA", "\"${gitSha}\""

0 commit comments

Comments
 (0)