Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Changed version to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfilyakov committed Jun 20, 2019
1 parent 0214960 commit 473c328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions OfficeUIFabric.Demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId 'com.microsoft.officeuifabricdemo'
minSdkVersion 19
targetSdkVersion 28
versionCode 17
versionName '0.2.7'
versionCode 18
versionName '0.2.8'
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions OfficeUIFabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 17
versionName '0.2.7'
versionCode 18
versionName '0.2.8'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 473c328

Please sign in to comment.