We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc1a250 + a68a285 commit 548332dCopy full SHA for 548332d
library/build.gradle
@@ -6,7 +6,7 @@ android {
6
buildToolsVersion '22.0.1'
7
8
defaultConfig {
9
- minSdkVersion 15
+ minSdkVersion 14
10
targetSdkVersion 22
11
versionCode 1
12
versionName "1.1.0"
library/src/main/AndroidManifest.xml
@@ -1,6 +1,6 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
package="com.jmedeisis.draglinearlayout">
3
4
- <application android:allowBackup="true" />
+ <application />
5
</manifest>
0 commit comments