diff --git a/app/build.gradle b/app/build.gradle index e178e2e..7230575 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/fastlane/metadata/android/en-US/changelog/26.txt b/fastlane/metadata/android/en-US/changelog/26.txt new file mode 100644 index 0000000..d253fba --- /dev/null +++ b/fastlane/metadata/android/en-US/changelog/26.txt @@ -0,0 +1,2 @@ +Translations: +* Japanese (thanks to @shak)