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

Commit

Permalink
version 0.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Arnav Gupta <[email protected]>
  • Loading branch information
championswimmer committed Apr 11, 2016
1 parent 5aa05e0 commit 5728aae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for Open Event Android
Being maintained since 0.8.x

#### 0.8.1 - next
#### 0.8.2 - next

#### 0.8.1 - 0.8.2
- add support for native RTL
- add App Notification Settings intent
- add Robolectric tests for DB operations


#### 0.8.0 - 0.8.1
- add missing track details in sessions view
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId "org.fossasia.openevent"
minSdkVersion 15
targetSdkVersion 23
versionCode 80
versionName "0.8.1"
versionCode 82
versionName "0.8.2"

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

0 comments on commit 5728aae

Please sign in to comment.