File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
src/main/java/com/thefinestartist/finestwebview Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Easily reference the library in your Android projects using this dependency in y
5252
5353``` java
5454dependencies {
55- compile ' com.thefinestartist:finestwebview:1.1.7 '
55+ compile ' com.thefinestartist:finestwebview:1.2.0 '
5656}
5757```
5858
Original file line number Diff line number Diff line change 3131 targetCompatibility = JavaVersion . VERSION_1_7
3232
3333 versionCode = 9
34- versionName = ' 1.1.7 '
34+ versionName = ' 1.2.0 '
3535
3636 supportLibVersion = ' 23.2.0'
3737 playLibVersion = ' 8.4.0'
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ android {
1818 versionName rootProject. ext. versionName
1919 vectorDrawables. useSupportLibrary = true
2020 }
21+
22+ lintOptions {
23+ abortOnError false
24+ }
2125}
2226
2327dependencies {
Original file line number Diff line number Diff line change 88import android .graphics .Bitmap ;
99import android .graphics .PorterDuff ;
1010import android .graphics .drawable .BitmapDrawable ;
11- import android .graphics .drawable .Drawable ;
1211import android .graphics .drawable .GradientDrawable ;
13- import android .graphics .drawable .StateListDrawable ;
1412import android .net .Uri ;
1513import android .os .Build ;
1614import android .os .Bundle ;
2523import android .support .v7 .app .AppCompatActivity ;
2624import android .support .v7 .widget .AppCompatImageButton ;
2725import android .support .v7 .widget .Toolbar ;
28- import android .util .Log ;
2926import android .util .TypedValue ;
3027import android .view .Gravity ;
3128import android .view .View ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
2222dependencies {
2323 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2424 compile project(' :library' )
25- // compile 'com.thefinestartist:finestwebview:1.1.7 '
25+ // compile 'com.thefinestartist:finestwebview:1.2.0 '
2626
2727 compile " com.android.support:support-annotations:${ rootProject.ext.supportLibVersion} "
2828 compile " com.android.support:appcompat-v7:${ rootProject.ext.supportLibVersion} "
You can’t perform that action at this time.
0 commit comments