Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Commit ea17bbc

Browse files
committed
Updated version
1 parent 7e85506 commit ea17bbc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "com.layoutxml.twelveish"
77
minSdkVersion 23
88
targetSdkVersion 28
9-
versionCode 172
10-
versionName "1.8.0"
9+
versionCode 175
10+
versionName "1.8.1"
1111
multiDexEnabled true
1212
}
1313
buildTypes {

app/release/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":171,"versionName":"1.8.0","enabled":true,"outputFile":"phone-release.apk","fullName":"release","baseName":"release"},"path":"phone-release.apk","properties":{}}]
1+
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":174,"versionName":"1.8.1","enabled":true,"outputFile":"phone-release.apk","fullName":"release","baseName":"release"},"path":"phone-release.apk","properties":{}}]

phone/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "com.layoutxml.twelveish"
1414
minSdkVersion 21
1515
targetSdkVersion 28
16-
versionCode 171
17-
versionName "1.8.0"
16+
versionCode 174
17+
versionName "1.8.1"
1818

1919
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2020

0 commit comments

Comments
 (0)