Skip to content

Commit

Permalink
deploy: Update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoongcho committed Oct 12, 2024
1 parent 5d7c3a0 commit c8f5d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
minSdkVersion 21
targetSdkVersion versions.compileSdk
versionCode 314
versionName '1.4.314.202410xx0'
versionName '1.4.314.202410130'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ open class EasyDiaryActivity : BaseSimpleActivity(), ShakeDetector.Listener {
***************************************************************************************************/
fun checkWhatsNewDialog(applyFilter: Boolean = true) {
arrayListOf<Release>().apply {
add(Release(314, R.string.release_314))
add(Release(313, R.string.release_313))
add(Release(312, R.string.release_312))
add(Release(309, R.string.release_309))
Expand Down

0 comments on commit c8f5d2e

Please sign in to comment.