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

Commit

Permalink
Changed version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfilyakov committed Oct 11, 2019
1 parent b5fdb5b commit 631d2e6
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 21
targetSdkVersion 28
versionCode 22
versionName '0.2.12'
versionCode 23
versionName '0.3'
}
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 21
targetSdkVersion 28
versionCode 22
versionName '0.2.12'
versionCode 23
versionName '0.3'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 631d2e6

Please sign in to comment.