Skip to content

Commit

Permalink
avoid "Multiple dex files define Looo/oxo/library/widget/BuildConfig"
Browse files Browse the repository at this point in the history
  • Loading branch information
xingrz committed Oct 18, 2015
1 parent f40b569 commit 57f8106
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Expand Up @@ -33,11 +33,11 @@ android {

targetSdkVersion 23

versionCode 10000
versionName "1.0.0"
versionCode 10001
versionName "1.0.1"
}
}

dependencies {
provided 'com.android.support:support-v4:23.0.1'
provided 'com.android.support:support-v4:23.1.0'
}
2 changes: 1 addition & 1 deletion library/src/main/AndroidManifest.xml
Expand Up @@ -22,4 +22,4 @@
~ SOFTWARE.
-->

<manifest package="ooo.oxo.library.widget" />
<manifest package="ooo.oxo.library.widget.pullbacklayout" />

0 comments on commit 57f8106

Please sign in to comment.