Skip to content

Commit

Permalink
update: bump version to v1.3.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
uragiristereo committed Apr 26, 2022
1 parent 86b5734 commit 307bdb9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ An image board ~~client~~ viewer based on [Gelbooru](https://gelbooru.com) for a

## Download
Latest **alpha** variant:
- Version: `1.3.0-alpha`
- Date: 2022-04-18
- Links: [changelogs](https://github.com/uragiristereo/Mejiboard/releases/tag/v1.3.0-alpha)[direct](https://github.com/uragiristereo/Mejiboard/releases/download/v1.3.0-alpha/Mejiboard_v1.3.0-alpha.apk)
- Version: `1.3.1-alpha`
- Date: 2022-04-26
- Links: [changelogs](https://github.com/uragiristereo/Mejiboard/releases/tag/v1.3.0-alpha)[direct](https://github.com/uragiristereo/Mejiboard/releases/download/v1.3.1-alpha/Mejiboard_v1.3.1-alpha.apk)

Check out [Releases](https://github.com/uragiristereo/Mejiboard/releases) section for more.

Expand Down Expand Up @@ -50,6 +50,7 @@ Check out [Releases](https://github.com/uragiristereo/Mejiboard/releases) sectio
- [Jetpack Compose](https://developer.android.com/jetpack/compose): Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android.
- [Hilt](https://developer.android.com/training/dependency-injection/hilt-android): A dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project.
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel): The ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way.
- [Room](https://developer.android.com/training/data-storage/room): A persistence library that provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.
- [Proto DataStore](https://developer.android.com/topic/libraries/architecture/datastore#proto-datastore): A data storage solution that allows you to store typed objects with protocol buffers.
- [Kotlin Reflection](https://kotlinlang.org/docs/reflection.html): A set of language and library features that allows you to introspect the structure of your program at runtime.
- [kotlinx.serialization](https://kotlinlang.org/docs/serialization.html): Provides sets of libraries for all supported platforms – JVM, JavaScript, Native – and for various serialization formats – JSON, CBOR, protocol buffers, and others.
Expand All @@ -58,6 +59,7 @@ Check out [Releases](https://github.com/uragiristereo/Mejiboard/releases) sectio
### Open-source
- [OkHttp](https://github.com/square/okhttp): Square’s meticulous HTTP client for the JVM, Android, and GraalVM.
- [Retrofit](https://github.com/square/retrofit): A type-safe HTTP client for Android and the JVM.
- [Moshi](https://github.com/square/moshi): A modern JSON library for Kotlin and Java.
- [Coil](https://github.com/coil-kt/coil): Image loading for Android backed by Kotlin Coroutines.
- [Accompanist](https://github.com/google/accompanist): A collection of extension libraries for Jetpack Compose.
- [Timber](https://github.com/JakeWharton/timber): A logger with a small, extensible API which provides utility on top of Android's normal Log class.
Expand Down
4 changes: 2 additions & 2 deletions app-alpha/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "com.github.uragiristereo.mejiboard"
minSdk 23
targetSdk 29
versionCode 13000
versionName "1.3.0-alpha"
versionCode 103100
versionName "1.3.1-alpha"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
4 changes: 2 additions & 2 deletions app-alpha/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"variant": "alpha",
"releases": [
{
"versionCode": 13000,
"versionName": "1.3.0-alpha",
"versionCode": 103100,
"versionName": "1.3.1-alpha",
"updateRequired": true
}
]
Expand Down

0 comments on commit 307bdb9

Please sign in to comment.