File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ An image board ~~client~~ viewer based on [Gelbooru](https://gelbooru.com) for a
1717
1818## Download
1919Latest ** alpha** variant:
20- - Version: ` 1.4.0 -alpha `
21- - Date: 2022-05-12
22- - Links: [ changelogs] ( https://github.com/uragiristereo/Mejiboard/releases/tag/v1.4.0 -alpha ) • [ direct APK] ( https://github.com/uragiristereo/Mejiboard/releases/download/v1.4.0 -alpha/Mejiboard_v1.4.0 -alpha.apk )
20+ - Version: ` 1.4.1 -alpha `
21+ - Date: 2022-05-21
22+ - Links: [ changelogs] ( https://github.com/uragiristereo/Mejiboard/releases/tag/v1.4.1 -alpha ) • [ direct APK] ( https://github.com/uragiristereo/Mejiboard/releases/download/v1.4.1 -alpha/Mejiboard_v1.4.1 -alpha.apk )
2323
2424> _ Check out [ Releases] ( https://github.com/uragiristereo/Mejiboard/releases ) section for more._
2525
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ android {
2626 minSdk 23
2727 // noinspection ExpiredTargetSdkVersion
2828 targetSdk 29
29- versionCode 104000
30- versionName " 1.4.0 -alpha"
29+ versionCode 104010
30+ versionName " 1.4.1 -alpha"
3131
3232 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
3333 vectorDrawables {
@@ -103,7 +103,7 @@ dependencies {
103103 // Accompanist
104104 def accompanist_version = " 0.24.7-alpha"
105105 implementation " com.google.accompanist:accompanist-systemuicontroller:$accompanist_version "
106- implementation " com.google.accompanist:accompanist-flowlayout:0.24.7-alpha "
106+ implementation " com.google.accompanist:accompanist-flowlayout:$a ccompanist_version "
107107 // DataStore
108108 implementation " androidx.datastore:datastore:1.0.0"
109109 // ExoPlayer
Original file line number Diff line number Diff line change 22 "variant" : " alpha" ,
33 "releases" : [
44 {
5- "versionCode" : 104000 ,
6- "versionName" : " 1.4.0 -alpha" ,
5+ "versionCode" : 104010 ,
6+ "versionName" : " 1.4.1 -alpha" ,
77 "updateRequired" : true
88 }
99 ]
You can’t perform that action at this time.
0 commit comments