1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-02-02 23:31:36 +00:00

Bumped version to 0.7.15

This commit is contained in:
Felix Ableitner 2016-04-23 17:37:28 +02:00
parent ab005df1d9
commit 63aa9d2d09

View file

@ -37,8 +37,8 @@ android {
applicationId "com.nutomic.syncthingandroid" applicationId "com.nutomic.syncthingandroid"
minSdkVersion 11 minSdkVersion 11
targetSdkVersion 23 targetSdkVersion 23
versionCode 90 versionCode 91
versionName "0.7.14" versionName "0.7.15"
testApplicationId 'com.nutomic.syncthingandroid.test' testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.test.InstrumentationTestRunner' testInstrumentationRunner 'android.test.InstrumentationTestRunner'
testHandleProfiling true testHandleProfiling true
@ -131,4 +131,4 @@ task deleteUnsupportedPlayTranslations(type: Delete) {
delete 'src/fat/play/pl_PL' delete 'src/fat/play/pl_PL'
delete 'src/fat/play/nb' delete 'src/fat/play/nb'
delete 'src/fat/play/nn' delete 'src/fat/play/nn'
} }