Bump version, add changelog + Japanese translation
This commit is contained in:
parent
da34b93792
commit
e882bb3624
2 changed files with 6 additions and 4 deletions
|
@ -12,8 +12,8 @@ android {
|
|||
minSdkVersion 21
|
||||
targetSdkVersion 31
|
||||
|
||||
versionCode 25
|
||||
versionName "1.11.0"
|
||||
versionCode 26
|
||||
versionName "1.12.0"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
@ -81,10 +81,10 @@ dependencies {
|
|||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
||||
|
||||
// Firebase, sigh ... (only Google Play)
|
||||
playImplementation 'com.google.firebase:firebase-messaging:23.0.0'
|
||||
playImplementation 'com.google.firebase:firebase-messaging:23.0.2'
|
||||
|
||||
// RecyclerView
|
||||
implementation "androidx.recyclerview:recyclerview:1.3.0-alpha01"
|
||||
implementation "androidx.recyclerview:recyclerview:1.3.0-alpha02"
|
||||
|
||||
// Swipe down to refresh
|
||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
||||
|
|
2
fastlane/metadata/android/en-US/changelog/26.txt
Normal file
2
fastlane/metadata/android/en-US/changelog/26.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Translations:
|
||||
* Japanese (thanks to @shak)
|
Loading…
Add table
Reference in a new issue