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

Bumped version to 1.9

This commit is contained in:
NeoTheFox 2018-07-28 16:47:55 +03:00
parent 644c11097b
commit e245cd7a62

View File

@ -6,8 +6,8 @@ android {
applicationId "space.neothefox.laytray" applicationId "space.neothefox.laytray"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 27 targetSdkVersion 27
versionCode 9 versionCode 10
versionName "1.8" versionName "1.9"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {