Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 516de1d

Browse files
author
Deniz Veli
committed
Removed targetSdkVersion from library - compile and min versions are enough.
1 parent 7c8c15d commit 516de1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ android {
2222

2323
defaultConfig {
2424
minSdkVersion 10
25-
targetSdkVersion 17
2625
}
2726
}
2827

library/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
android:versionCode="1"
44
android:versionName="1.0.0">
55

6-
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19" />
6+
<uses-sdk android:minSdkVersion="10"/>
7+
78
<application />
89

910
</manifest>

0 commit comments

Comments
 (0)