diff --git a/.gitignore b/.gitignore index 249c119..9181ec8 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ local.properties # Android Studio .idea +build/ */local.properties */out */build/** @@ -29,4 +30,4 @@ local.properties *.swp # gradle -.gradle \ No newline at end of file +.gradle diff --git a/android-pdfview-sample/AndroidManifest.xml b/android-pdfview-sample/AndroidManifest.xml index 0ca9687..a8fe3f1 100644 --- a/android-pdfview-sample/AndroidManifest.xml +++ b/android-pdfview-sample/AndroidManifest.xml @@ -19,20 +19,14 @@ --> - - + package="com.joanzapata.pdfview.sample" > diff --git a/android-pdfview-sample/assets/sample.pdf b/android-pdfview-sample/assets/sample.pdf index 376f277..bf37014 100644 Binary files a/android-pdfview-sample/assets/sample.pdf and b/android-pdfview-sample/assets/sample.pdf differ diff --git a/android-pdfview-sample/build.gradle b/android-pdfview-sample/build.gradle index 6311312..e3f18ca 100644 --- a/android-pdfview-sample/build.gradle +++ b/android-pdfview-sample/build.gradle @@ -3,12 +3,12 @@ apply plugin: 'android' description = 'android-pdfview-sample' android { - compileSdkVersion 19 - buildToolsVersion "19.0.3" + compileSdkVersion 23 + buildToolsVersion "23.0.2" defaultConfig { - minSdkVersion 8 - targetSdkVersion 19 + minSdkVersion 14 + targetSdkVersion 23 versionCode 2 versionName "1.0.1" } @@ -27,7 +27,7 @@ android { dependencies { compile project(':android-pdfview') - provided 'com.googlecode.androidannotations:androidannotations:2.7.1' - compile 'com.googlecode.androidannotations:androidannotations-api:2.7.1' - compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar' + compile 'com.jakewharton:butterknife:7.0.1' + compile 'com.android.support:support-v4:23.1.1' + compile 'com.android.support:appcompat-v7:23.1.1' } diff --git a/android-pdfview-sample/res/menu/actionbar.xml b/android-pdfview-sample/res/menu/actionbar.xml index f2ff5b8..a2bea50 100644 --- a/android-pdfview-sample/res/menu/actionbar.xml +++ b/android-pdfview-sample/res/menu/actionbar.xml @@ -19,11 +19,12 @@ along with Android-pdfview. If not, see . --> - + + app:showAsAction="always" /> \ No newline at end of file diff --git a/android-pdfview-sample/res/values/styles.xml b/android-pdfview-sample/res/values/styles.xml index 1053fa5..46ac5d5 100644 --- a/android-pdfview-sample/res/values/styles.xml +++ b/android-pdfview-sample/res/values/styles.xml @@ -20,5 +20,5 @@ --> -