Skip to content
Snippets Groups Projects

Resolve "Display app version in about page"

Merged Benoît Harrault requested to merge 39-display-app-version-in-about-page into master
7 files
+ 87
4
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 1
1
@@ -44,7 +44,7 @@ android {
defaultConfig {
applicationId "org.benoitharrault.random"
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 30
versionCode appVersionCode.toInteger()
versionName appVersionName
Loading