Skip to content

Commit

Permalink
Merge pull request #116 from andreban/1.3.1
Browse files Browse the repository at this point in the history
version 1.3.1
  • Loading branch information
andreban authored Jun 25, 2020
2 parents a377627 + 26687ec commit 8d55cab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions androidbrowserhelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@
apply plugin: 'com.android.library'
apply plugin: 'maven-publish'

def VERSION = "1.3.1";

android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "1.3.1-alpha01"
versionName VERSION

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -81,7 +83,7 @@ publishing {

groupId 'com.google.androidbrowserhelper'
artifactId 'androidbrowserhelper'
version '1.3.1-alpha01'
version VERSION

// This ensures that the generated POM file contains the correct Android dependencies.
// The section used the BinTray example as a base:
Expand Down

0 comments on commit 8d55cab

Please sign in to comment.