Updated build environment

This commit is contained in:
Ahmet Inan 2019-01-04 15:54:58 +01:00
parent 1d5a168e0c
commit fafac6d22b
3 changed files with 6 additions and 6 deletions

View file

@ -1,11 +1,11 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 27
compileSdkVersion 28
defaultConfig {
applicationId "xdsopl.robot36"
minSdkVersion 16
targetSdkVersion 27
targetSdkVersion 28
versionCode 39
versionName "1.38"
renderscriptTargetApi 11
@ -21,5 +21,5 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:appcompat-v7:28.0.0'
}