Skip to content

Commit

Permalink
Bump version to v1.2.0 (2)
Browse files Browse the repository at this point in the history
- Update .gitignore
  • Loading branch information
udenr committed Jan 13, 2023
1 parent 8188369 commit 348a0d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Built application files
/*/build/
build/*
/app/release/

# Crashlytics configuations
com_crashlytics_export_strings.xml
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.secuso.privacyfriendlycircuittraining"
minSdkVersion 21
targetSdkVersion 32
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 348a0d9

Please sign in to comment.