Skip to content

Commit

Permalink
Merge pull request ai212983#59 from gabrieleceranto/master
Browse files Browse the repository at this point in the history
Build clean AAR
  • Loading branch information
ai212983 committed Sep 3, 2015
2 parents 70996e1 + d263d3e commit 1aa1413
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions demo/src/main/res/layout/repopulating_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
android:textSize="20sp"
android:text="Please select the country"/>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:gravity="center"
Expand All @@ -34,4 +34,4 @@
</LinearLayout>

</LinearLayout>
</RelativeLayout>
</RelativeLayout>
4 changes: 2 additions & 2 deletions demo/src/main/res/layout/time_picker_custom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/antistatic.spinnerwheel.demo"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_height="match_parent"
android:layout_width="match_parent"
>
Expand Down Expand Up @@ -42,4 +42,4 @@
android:layout_height="wrap_content"
android:layout_width="wrap_content"/>
</LinearLayout>
</RelativeLayout>
</RelativeLayout>
6 changes: 5 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ apply plugin: 'android-library'
apply plugin: 'android-maven'

dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
provided files('libs/nineoldandroids-2.2.0.jar')
}

android {
compileSdkVersion 19
buildToolsVersion "19.1.0"

defaultConfig {
minSdkVersion 3
}
}

0 comments on commit 1aa1413

Please sign in to comment.