Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit c6e3499

Browse files
authored
Merge pull request #13 from rarcher/cleanup/target-APIs
Cleanup of Android API Settings
2 parents dc26f74 + 3f30101 commit c6e3499

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

build.gradle

-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ android {
1414
compileSdkVersion 21
1515
buildToolsVersion "21.1.2"
1616

17-
defaultConfig {
18-
minSdkVersion 1
19-
targetSdkVersion 21
20-
}
21-
2217
sourceSets {
2318
main {
2419
manifest.srcFile 'AndroidManifest.xml'

project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212

1313
# Project target.
14-
target=android-17
14+
target=android-21
1515
android.library=true

0 commit comments

Comments
 (0)