Skip to content

Commit

Permalink
Bump up version and release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFinestArtist committed Mar 14, 2016
1 parent 8ddab6f commit 169f64c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Easily reference the library in your Android projects using this dependency in y

```java
dependencies {
compile 'com.thefinestartist:finestwebview:1.1.7'
compile 'com.thefinestartist:finestwebview:1.2.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
targetCompatibility = JavaVersion.VERSION_1_7

versionCode = 9
versionName = '1.1.7'
versionName = '1.2.0'

supportLibVersion = '23.2.0'
playLibVersion = '8.4.0'
Expand Down
4 changes: 4 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ android {
versionName rootProject.ext.versionName
vectorDrawables.useSupportLibrary = true
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
import android.graphics.Bitmap;
import android.graphics.PorterDuff;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.GradientDrawable;
import android.graphics.drawable.StateListDrawable;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
Expand All @@ -25,7 +23,6 @@
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.AppCompatImageButton;
import android.support.v7.widget.Toolbar;
import android.util.Log;
import android.util.TypedValue;
import android.view.Gravity;
import android.view.View;
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':library')
// compile 'com.thefinestartist:finestwebview:1.1.7'
// compile 'com.thefinestartist:finestwebview:1.2.0'

compile "com.android.support:support-annotations:${rootProject.ext.supportLibVersion}"
compile "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
Expand Down

0 comments on commit 169f64c

Please sign in to comment.