Skip to content

Commit

Permalink
build: bump version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TeruyaHaroldo committed Mar 18, 2021
1 parent 5f117b1 commit bc606ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 22
targetSdkVersion 29
versionCode 1
versionName "2.7.1"
versionName "2.8.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion yoonit-camera/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 22
targetSdkVersion 30
versionCode 1
versionName "2.7.1"
versionName "2.8.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit bc606ce

Please sign in to comment.