Revision 5c63dd8b
Added by Leszek Koltunski about 7 years ago
build.gradle | ||
---|---|---|
1 | 1 |
apply plugin: 'com.android.library' |
2 | 2 | |
3 | 3 |
android { |
4 |
compileSdkVersion 23
|
|
4 |
compileSdkVersion 27
|
|
5 | 5 | |
6 | 6 |
defaultConfig { |
7 | 7 |
minSdkVersion 18 |
8 |
targetSdkVersion 23
|
|
8 |
targetSdkVersion 27
|
|
9 | 9 |
} |
10 | 10 | |
11 | 11 |
buildTypes { |
Also available in: Unified diff
Minor