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 {
compileSdkVersion 25
buildToolsVersion "25.0.3"
compileSdkVersion 26
buildToolsVersion "26.0.0"
defaultConfig {
versionCode 348
versionName "3.4.8"
minSdkVersion 9
targetSdkVersion 25
targetSdkVersion 26
applicationId "org.ligi.passandroid"
testInstrumentationRunner "org.ligi.passandroid.AppReplacingRunner"
archivesBaseName = "PassAndroid-$versionName"

View file

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