11apply plugin : ' com.android.library'
2- apply plugin : ' com.neenbedankt.android-apt'
32apply plugin : ' com.novoda.bintray-release'
43
54android {
@@ -26,12 +25,12 @@ android {
2625
2726dependencies {
2827 compile fileTree(dir : ' libs' , include : [' *.jar' ])
29- compile " com.android.support:support-annotations:${ rootProject.ext.supportLibVersion} "
30- compile " com.android.support:appcompat-v7:${ rootProject.ext.supportLibVersion} "
31- compile " com.android.support:design:${ rootProject.ext.supportLibVersion} "
32- compile ' com.nineoldandroids:library:2.4.0'
33- compile ' com.thefinestartist:utils:0.9.0'
34- apt ' com.thefinestartist:compilers:0.9.0'
28+ implementation " com.android.support:support-annotations:${ rootProject.ext.supportLibVersion} "
29+ implementation " com.android.support:appcompat-v7:${ rootProject.ext.supportLibVersion} "
30+ implementation " com.android.support:design:${ rootProject.ext.supportLibVersion} "
31+ implementation ' com.nineoldandroids:library:2.4.0'
32+ implementation ' com.thefinestartist:utils:0.9.0'
33+ annotationProcessor ' com.thefinestartist:compilers:0.9.0'
3534}
3635
3736publish {
@@ -43,4 +42,8 @@ publish {
4342 website = ' https://github.com/TheFinestArtist/FinestWebView-Android'
4443}
4544
45+ apply plugin : ' com.github.dcendents.android-maven'
46+
47+ group= ' com.thefinestartist.finestwebview'
48+
4649// $ ./gradlew clean build bintrayUpload -PbintrayUser=thefinestartist -PbintrayKey=BINTRAY_KEY -PdryRun=false
0 commit comments