Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mahavir155 committed Aug 11, 2017
1 parent 6e76c94 commit 31d5567
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions folioreader/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
apply plugin: 'com.android.library'
apply from: '../config/quality/quality.gradle'

ext {
bintrayRepo = 'maven'
bintrayName = 'folioreader'

publishedGroupId = 'com.folioreader'
libraryName = 'FolioReader'
artifact = 'folioreader'

libraryDescription = 'An epub reader for Android'

siteUrl = 'https://github.com/FolioReader/FolioReader-Android'
gitUrl = 'https://github.com/FolioReader/FolioReader-Android.git'

libraryVersion = '0.3.1'

developerId = 'mobisystech'
developerName = 'Folio Reader'
developerEmail = 'mahavir@codetoart.com'

licenseName = 'FreeBSD License'
licenseUrl = 'https://en.wikipedia.org/wiki/FreeBSD_Documentation_License#License'
allLicenses = ["FreeBSD"]
}

android {
useLibrary 'org.apache.http.legacy'
compileSdkVersion 25
Expand Down Expand Up @@ -74,3 +98,6 @@ dependencies {

compile 'com.squareup:otto:1.3.8'
}

apply from: '../folioreader/bintray/installv1.gradle'
apply from: '../folioreader/bintray/bintrayv1.gradle'
2 changes: 1 addition & 1 deletion webViewMarker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/FolioReader/FolioReader-Android'
gitUrl = 'https://github.com/FolioReader/FolioReader-Android.git'

libraryVersion = '0.2.5'
libraryVersion = '0.3.1'

developerId = 'mobisystech'
developerName = 'Folio Reader'
Expand Down

0 comments on commit 31d5567

Please sign in to comment.