| | |
| | | apply plugin: 'com.android.application' |
| | | |
| | | android { |
| | | compileSdkVersion 27 |
| | | compileSdkVersion 28 |
| | | buildToolsVersion '28.0.3' |
| | | defaultConfig { |
| | | applicationId "com.hdl.sdk.hdl_sdk" |
| | | minSdkVersion 17 |
| | | targetSdkVersion 27 |
| | | targetSdkVersion 28 |
| | | versionCode 1 |
| | | versionName "1.0" |
| | | versionName "1.0.2" |
| | | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
| | | } |
| | | buildTypes { |
| | |
| | | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |
| | | } |
| | | } |
| | | // buildToolsVersion '28.0.3' |
| | | |
| | | } |
| | | |
| | | dependencies { |
| | | // implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs') |
| | | implementation fileTree(include: ['*.jar'], dir: 'libs') |
| | | implementation 'com.android.support:appcompat-v7:27.1.1' |
| | | implementation 'com.android.support:appcompat-v7:28+' |
| | | implementation 'com.android.support.constraint:constraint-layout:1.1.0' |
| | | testImplementation 'junit:junit:4.12' |
| | | androidTestImplementation 'com.android.support.test:runner:1.0.2' |