Skip to content

Commit

Permalink
upgrade version - 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Apr 23, 2023
1 parent f784419 commit 09fbdae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId = namespace
minSdk = minAndroidVersion
targetSdk = androidVersion
versionCode = 62
versionName = "2.9.3"
versionCode = 63
versionName = "2.10.0"

multiDexEnabled = true
}
Expand Down Expand Up @@ -108,7 +108,10 @@ android {
else -> null
}
isMinifyEnabled = true
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "${project.rootDir}/config/proguard/proguard-rules.pro")
proguardFiles(
getDefaultProguardFile("proguard-android.txt"),
"${project.rootDir}/config/proguard/proguard-rules.pro"
)
}
}

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/63.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
v2.10.0
- configurable text size replacing automated format
- new configuration icon
- minor visual adjustments on header
- fix wrong relative size between month and year
- technical maintenance

0 comments on commit 09fbdae

Please sign in to comment.