Compare commits

...

1 commit

Author SHA1 Message Date
ligi
e30802ef4d
test 2018-09-13 14:14:42 +02:00
2 changed files with 4 additions and 4 deletions

View file

@ -16,14 +16,14 @@ repositories {
android { android {
compileSdkVersion 25 compileSdkVersion 26
buildToolsVersion "25.0.3" buildToolsVersion "26.0.0"
defaultConfig { defaultConfig {
versionCode 348 versionCode 348
versionName "3.4.8" versionName "3.4.8"
minSdkVersion 9 minSdkVersion 9
targetSdkVersion 25 targetSdkVersion 26
applicationId "org.ligi.passandroid" applicationId "org.ligi.passandroid"
testInstrumentationRunner "org.ligi.passandroid.AppReplacingRunner" testInstrumentationRunner "org.ligi.passandroid.AppReplacingRunner"
archivesBaseName = "PassAndroid-$versionName" archivesBaseName = "PassAndroid-$versionName"

View file

@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
support_version = '25.3.1' support_version = '26.1.0'
kotlin_version = '1.2.61' kotlin_version = '1.2.61'
mockito_version = '2.9.0' mockito_version = '2.9.0'
play_version = '10.0.1' play_version = '10.0.1'