Skip to content

Commit

Permalink
Bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
csicar committed Aug 30, 2021
1 parent 1864fe9 commit fd313c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "de.csicar.ning"
minSdkVersion 23
targetSdkVersion 29
versionCode 200
versionName "2.0.0"
versionCode 201
versionName "2.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/201.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix crash caused by missing database migration
- Update dependencies

0 comments on commit fd313c3

Please sign in to comment.