Revision d63d5b6b
Added by Leszek Koltunski over 7 years ago
| build.gradle | ||
|---|---|---|
| 1 | 1 |
apply plugin: 'com.android.application' |
| 2 | 2 |
|
| 3 | 3 |
android {
|
| 4 |
compileSdkVersion 23
|
|
| 4 |
compileSdkVersion 27
|
|
| 5 | 5 |
|
| 6 | 6 |
defaultConfig {
|
| 7 | 7 |
applicationId "org.distorted.examples" |
| 8 | 8 |
minSdkVersion 18 |
| 9 |
targetSdkVersion 23
|
|
| 9 |
targetSdkVersion 27
|
|
| 10 | 10 |
} |
| 11 | 11 |
|
| 12 | 12 |
buildTypes {
|
| ... | ... | |
| 19 | 19 |
|
| 20 | 20 |
dependencies {
|
| 21 | 21 |
compile project(':distorted-library')
|
| 22 |
compile "com.android.support:support-v4:23.4.0"
|
|
| 22 |
implementation 'com.android.support:support-v4:27.0.2'
|
|
| 23 | 23 |
} |
Also available in: Unified diff
Minor