Skip to content

Commit

Permalink
Fixed wrong Version v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaminncpp committed Sep 8, 2022
1 parent 119d8fb commit bb7cea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ render.experimental.xml
google-services.json

# Android Profiling
*.hprof
*.hprof

git-log.sh
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdk 21
targetSdk 32
versionCode 2
versionName "1.1.0"
versionName "1.4.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit bb7cea6

Please sign in to comment.