Skip to content

Commit 169f64c

Browse files
Bump up version and release 1.2.0
1 parent 8ddab6f commit 169f64c

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Easily reference the library in your Android projects using this dependency in y
5252

5353
```java
5454
dependencies {
55-
compile 'com.thefinestartist:finestwebview:1.1.7'
55+
compile 'com.thefinestartist:finestwebview:1.2.0'
5656
}
5757
```
5858

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ext {
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'

library/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2327
dependencies {

library/src/main/java/com/thefinestartist/finestwebview/FinestWebViewActivity.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
import android.graphics.Bitmap;
99
import android.graphics.PorterDuff;
1010
import android.graphics.drawable.BitmapDrawable;
11-
import android.graphics.drawable.Drawable;
1211
import android.graphics.drawable.GradientDrawable;
13-
import android.graphics.drawable.StateListDrawable;
1412
import android.net.Uri;
1513
import android.os.Build;
1614
import android.os.Bundle;
@@ -25,7 +23,6 @@
2523
import android.support.v7.app.AppCompatActivity;
2624
import android.support.v7.widget.AppCompatImageButton;
2725
import android.support.v7.widget.Toolbar;
28-
import android.util.Log;
2926
import android.util.TypedValue;
3027
import android.view.Gravity;
3128
import android.view.View;

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
dependencies {
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}"

0 commit comments

Comments
 (0)