Skip to content

Commit

Permalink
Bump up version code to 0.8.1-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
keiji committed Aug 26, 2020
1 parent be5a416 commit c2222cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
dependencies {
...
implementation 'dev.keiji.mangaview:mangaview:0.8.1-alpha2'
implementation 'dev.keiji.mangaview:mangaview:0.8.1-alpha3'
}
```

Expand Down
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-alpha2'
ext.version_code = 812
ext.version_name = '0.8.1-alpha3'
ext.version_code = 813

repositories {
google()
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"

implementation project(path: ':mangaview')
// implementation "dev.keiji.mangaview:mangaview:$version_code"
// implementation project(path: ':mangaview')
implementation "dev.keiji.mangaview:mangaview:$version_name"
}

deploygate {
Expand Down

0 comments on commit c2222cc

Please sign in to comment.