This commit is contained in:
Vladislav Filyakov 2019-04-24 14:47:25 -07:00
Родитель 0adcda7893
Коммит 9db1f98ad7
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -15,8 +15,8 @@ android {
applicationId 'com.microsoft.officeuifabricdemo'
minSdkVersion 19
targetSdkVersion 28
versionCode 10
versionName '0.2.0'
versionCode 11
versionName '0.2.1'
}
buildTypes {
release {

Просмотреть файл

@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 10
versionName '0.2.0'
versionCode 11
versionName '0.2.1'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {