Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
e30802ef4d |
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue