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

Commit a5070c3

Browse files
committed
Changed version to 0.2.6
1 parent 63151b4 commit a5070c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

OfficeUIFabric.Demo/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId 'com.microsoft.officeuifabricdemo'
1616
minSdkVersion 19
1717
targetSdkVersion 28
18-
versionCode 15
19-
versionName '0.2.5'
18+
versionCode 16
19+
versionName '0.2.6'
2020
}
2121
buildTypes {
2222
release {

OfficeUIFabric/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
defaultConfig {
1717
minSdkVersion 19
1818
targetSdkVersion 28
19-
versionCode 15
20-
versionName '0.2.5'
19+
versionCode 16
20+
versionName '0.2.6'
2121
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2222
}
2323
buildTypes {

0 commit comments

Comments
 (0)