Skip to content

Commit

Permalink
chore: update readme and fastlane (#1096)
Browse files Browse the repository at this point in the history
* chore: update fastlane screenshots

* chore: update the version code

* chore: update version name
  • Loading branch information
Chesire authored Oct 8, 2023
1 parent f1b806e commit cfee9ee
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "com.chesire.nekome"
minSdk = 21
targetSdk = libs.versions.sdk.get().toInt()
versionCode = 23071421 // Date of build formatted as 'yyMMddHH'
versionName = "2.0.5"
versionCode = 23100818 // Date of build formatted as 'yyMMddHH'
versionName = "2.1.0"
testInstrumentationRunner = "com.chesire.nekome.TestRunner"
resourceConfigurations += listOf("en", "ja")
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/23100818.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Add a widget that allows user to update their anime series
* UI improvements
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/23100818.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Add a widget that allows user to update their anime series
* UI improvements
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cfee9ee

Please sign in to comment.