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

Commit

Permalink
Merge branch 'stable' into shipping
Browse files Browse the repository at this point in the history
  • Loading branch information
championswimmer committed Jul 8, 2016
2 parents af8cf5b + c04d04d commit 33ba808
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions 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
Being maintained since 0.8.x

#### 0.8.2 - next
#### 0.8.3 - next


#### 0.8.2 - 0.8.3
- Daywise schedule of sessions
- Support apk generator


#### 0.8.1 - 0.8.2
- add support for native RTL
Expand Down
4 changes: 2 additions & 2 deletions android/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 24
versionCode 82
versionName "0.8.2"
versionCode 83
versionName "0.8.3"

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

0 comments on commit 33ba808

Please sign in to comment.