update Smashwords Access to beta 14
This commit is contained in:
parent
717d691cc1
commit
ed808b634e
21
build/extlib/SW-build.gradle_58
Normal file
21
build/extlib/SW-build.gradle_58
Normal file
|
@ -0,0 +1,21 @@
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'maven'
|
||||
|
||||
sourceCompatibility = 1.6
|
||||
|
||||
|
||||
version = '1.0-SNAPSHOT'
|
||||
group = 'com.swaccess'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.0.1'
|
||||
compile group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.0.1'
|
||||
compile group: 'org.jsoup', name: 'jsoup', version: '1.6.1'
|
||||
compile group: 'com.google.code.gson', name: 'gson', version: '2.2.1'
|
||||
compile group: 'org.projectlombok', name: 'lombok', version:'1.12.2'
|
||||
}
|
||||
|
|
@ -8,8 +8,9 @@ Auto Name:Smashwords Access
|
|||
Summary:eBook shop
|
||||
Description:
|
||||
Unofficial app for smashwords.com, a purveyor of DRM-free and gratis ebooks.
|
||||
Enter your credentials to access purchased books.
|
||||
|
||||
Books can be loaded directly from Cool reader, FBReader or Pageturner
|
||||
Books can be loaded directly from Cool reader, FBReader or Pageturner.
|
||||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
|
@ -24,8 +25,16 @@ Build:011 beta,11
|
|||
cp -r $$ImageLoader-Novoda$$/src/main/java/com/novoda/ src/com/ && \
|
||||
cp -r $$Google-Gson$$/src/main/java/com/google/ src/com/
|
||||
|
||||
Build:012 beta,12
|
||||
disable=not published
|
||||
Build:014 beta,14
|
||||
commit=33
|
||||
subdir=SmashwordsAccess
|
||||
extlibs=SW-build.gradle_58
|
||||
srclibs=1:ActionBarSherlock@4.4.0;Smashwords-API@58;ImageLoader-Novoda@imageloader-parent-1.5.8
|
||||
rm=SmashwordsAccess/libs/imageloader-core-1.5.8.jar
|
||||
prebuild=cp -r $$ImageLoader-Novoda$$/src/main/java/com/novoda/ src/com/ && \
|
||||
mv libs/SW-build.gradle_58 $$Smashwords-API$$/build.gradle
|
||||
build=gradle jar -p $$Smashwords-API$$ && \
|
||||
mv $$Smashwords-API$$/build/libs/SmashwordsAPI-1.0-SNAPSHOT.jar libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
|
|
Loading…
Reference in a new issue