Skip to content

Commit

Permalink
Bump version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edipo2s@gmail.com authored and edipo2s@gmail.com committed Dec 3, 2017
1 parent ba13e99 commit 08e91d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion
versionName="1.8.1"
changeDate="December 02, 2017">
<changelogtext>Fix ads load</changelogtext>
</changelogversion>
<changelogversion
versionName="1.8.0"
changeDate="December 02, 2017">
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

buildscript {
ext {
appVersionName = "1.8.0"
appVersionCode = 50
appVersionName = "1.8.1"
appVersionCode = 51
prepareToRelease = false

kotlin_version = "1.2.0"
Expand Down

0 comments on commit 08e91d9

Please sign in to comment.