Skip to content

Commit

Permalink
added maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehedi authored and iamMehedi committed Dec 7, 2016
1 parent b5bf9a4 commit bd3c245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 11
targetSdkVersion 25
versionCode 2
versionName "1.0.1"
versionName "1.0.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
5 changes: 3 additions & 2 deletions pdfjetlib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'maven'

android {
compileSdkVersion 25
Expand All @@ -7,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 25
versionCode 1
versionName "1.0"
versionCode 3
versionName "1.0.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit bd3c245

Please sign in to comment.