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

Commit

Permalink
Merged PR 401060: Bumping version to include api updates to Preferenc…
Browse files Browse the repository at this point in the history
…esManager

Bumping version to include api updates to PreferencesManager
  • Loading branch information
williamado committed Mar 17, 2020
1 parent 6ca162a commit bb032db
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 31
versionName '0.3.8'
versionCode 32
versionName '0.3.9'
}
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 31
versionName '0.3.8'
versionCode 32
versionName '0.3.9'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit bb032db

Please sign in to comment.