mirror of
https://github.com/xdsopl/robot36.git
synced 2026-04-08 07:43:38 +00:00
Updated build environment
This commit is contained in:
parent
1d5a168e0c
commit
fafac6d22b
3 changed files with 6 additions and 6 deletions
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue