-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Push lib to Maven Central/jCenter #13
Comments
+1 |
You should first change the minSdkVersion to 4, not 7. Then have a look at this |
I would vote for jcenter instead of Maven Central. It's so much easier. |
yeah i agree i have no idea how to use Maven Central. jCenter gives you an easy way to do that. |
How do I install the lib without maven? I'm using Android Studio |
How I did it:
Windows: Open Explorer and type in the address bar: Mac/Linux:
How do I install the lib without maven? I'm using Android Studio Reply to this email directly or view it on GitHub |
Thank you! I'm in Linux and I had to put the m2repository/com folder in ~/.m2/repository/ |
Hello. repositories {
mavenCentral()
maven { url "http://nexus.antczak.org/content/repositories/thirdparty/" }
} then: compile 'com.android.support:support-v4-preferencefragment:1.0.0' |
Can someone set this to be compatible with Donut? I know it is a bit silly, but the title says v4 but the build files say v7.
|
I'm also hoping that this can be uploaded to mavenCentral or jcenter at some point. We are using it for F-Droid, and while we have a submodule of this repo building correctly, I'd like to be able to get a copy of the binary from mavenCentral/jcenter too (much more convenient for the majority of contributors). |
+1 |
1 similar comment
+1 |
+1 |
Would like to propose a pull request for JitPack support once the pull request #11 will be merged. |
+1 This would be very useful |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
+1. Really no reason I shouldn't be able to use this library with a single Gradle line within Android Studio, just like every other library. Right now this library is still one of those 'annoying ones that needs to have its own folder and committed files in source control etc.' |
Status of this? +1 @kolavar if you don't have time to work on this library, have you thought about letting someone else do the work for you? |
I got tired of copying files, I updated the code (Gradle, dimens.xml from AOSP as of 5.1.1 etc) and pushed this to JitPack, if it could be useful for anyone: https://github.com/shkschneider/android_PreferenceFragmentCompat |
Reping @kolavar - there are also pending PRs that need attention. If you don't have time to maintain the library, have you thought of handing over the project to someone else? |
I'm done with this issue and this (abandonned) library -- won't publish into JitPack. Use com.android.support:support-v7 and com.android.support:preference-v14.
Source: https://github.com/Gericop/Android-Support-Preference-V7-Fix. |
Now it's pain to include the library.
The text was updated successfully, but these errors were encountered: