Skip to content

Commit 548332d

Browse files
committed
Merge pull request #21 from gelldur/master
Lower minSdkVersion to 14. Remove `allowBackup` property from library.
2 parents cc1a250 + a68a285 commit 548332d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
buildToolsVersion '22.0.1'
77

88
defaultConfig {
9-
minSdkVersion 15
9+
minSdkVersion 14
1010
targetSdkVersion 22
1111
versionCode 1
1212
versionName "1.1.0"

library/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.jmedeisis.draglinearlayout">
33

4-
<application android:allowBackup="true" />
4+
<application />
55

66
</manifest>

0 commit comments

Comments
 (0)