Skip to content

Commit

Permalink
Bunp up version name to 0.8.2-beta1.
Browse files Browse the repository at this point in the history
  • Loading branch information
keiji committed Sep 1, 2020
1 parent b1973a7 commit a64dca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {
ext.kotlin_version = "1.4.0"
ext.coroutines_version = "1.3.8"

ext.version_name = '0.8.1-alpha4'
ext.version_code = 814
ext.version_name = '0.8.2-beta1'
ext.version_code = 821

repositories {
google()
Expand Down

0 comments on commit a64dca2

Please sign in to comment.