1
0
mirror of https://gitlab.com/neothefox/LayTray synced 2026-03-23 21:54:54 +03:00

bumped version to 1.2

This commit is contained in:
NeoTheFox 2018-07-06 12:31:44 +03:00
parent 47ae1993d3
commit d6477ad826

View File

@ -6,8 +6,8 @@ android {
applicationId "space.neothefox.laytray" applicationId "space.neothefox.laytray"
minSdkVersion 25 minSdkVersion 25
targetSdkVersion 26 targetSdkVersion 26
versionCode 2 versionCode 3
versionName "1.1" versionName "1.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {