Skip to content

Commit

Permalink
add versionName for android
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiCheng-Lu committed Oct 4, 2024
1 parent 56982d3 commit 38a68cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 31
versionCode 1
versionName '3.12.0'
}
lintOptions {
disable 'InvalidPackage'
Expand Down

0 comments on commit 38a68cd

Please sign in to comment.