0
0
mirror of https://git.code.sf.net/p/opencamera/code.git synced 2024-09-20 03:52:26 +02:00

Update Android Studio.

This commit is contained in:
Mark Harman 2018-05-03 22:34:30 +01:00
parent a37383872e
commit 86533f619c
2 changed files with 2 additions and 2 deletions

View File

@ -30,6 +30,6 @@ android {
}
dependencies {
implementation 'com.android.support:support-v4:27.1.0'
implementation 'com.android.support:support-v4:27.1.1'
testImplementation 'junit:junit:4.12'
}

View File

@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.android.tools.build:gradle:3.1.2'
}
}