Remove extVersionSuffix (#575)

Remove extVersionSuffix
This commit is contained in:
Eugene 2018-10-20 15:28:01 -04:00 committed by Carlos
parent a4947635ed
commit f20372cee7
60 changed files with 12 additions and 70 deletions

View File

@ -10,7 +10,7 @@ Before you start, please note that the ability to use following technologies is
## Writing an extension ## Writing an extension
The quickest way to get started is to copy an existing extension's folder structure and renaming it as needed. Of course, that also means that there's plenty of existing extensions that you can reference as you go! The quickest way to get started is to copy an existing extension's folder structure and renaming it as needed. Of course, that also means that there's plenty of existing extensions that you can reference as you go!
Make sure that your new extension's `build.gradle` file follows the following structure: Make sure that your new extension's `build.gradle` file follows the following structure:
@ -23,7 +23,6 @@ ext {
pkgNameSuffix = 'lang.mycatalogue' pkgNameSuffix = 'lang.mycatalogue'
extClass = '.MyCatalogue' extClass = '.MyCatalogue'
extVersionCode = 1 extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.2' libVersion = '1.2'
} }
@ -35,9 +34,10 @@ apply from: "$rootDir/common.gradle"
| `appName` | The name of the Android application. By prefixing it with `Tachiyomi: `, it will be easier to locate with an Android package manager. | | `appName` | The name of the Android application. By prefixing it with `Tachiyomi: `, it will be easier to locate with an Android package manager. |
| `pkgNameSuffix` | A unique suffic added to `eu.kanade.tachiyomi.extension`. The language and the site name should be enough. Remember your catalogue code implementation must be placed in this package. | | `pkgNameSuffix` | A unique suffic added to `eu.kanade.tachiyomi.extension`. The language and the site name should be enough. Remember your catalogue code implementation must be placed in this package. |
| `extClass` | Points to the catalogue class. You can use a relative path starting with a dot (the package name is the base path). This is required for Tachiyomi to instantiate the catalogue. | | `extClass` | Points to the catalogue class. You can use a relative path starting with a dot (the package name is the base path). This is required for Tachiyomi to instantiate the catalogue. |
| `extVersionCode` | The version code of the catalogue. This must be increased with any change to the implementation. | | `extVersionCode` | The version code of the catalogue. This must be increased with any change to the implementation and cannot be `0`. |
| `extVersionSuffix` | The last part of the versioning. | | `libVersion` | The version of the [extensions library](https://github.com/inorichi/tachiyomi-extensions-lib)* used. |
| `libVersion` | The version of the [extensions library](https://github.com/inorichi/tachiyomi-extensions-lib)* used. When this value is changed, `extVersionSuffix` should be reset to `1`. With the example used above, the version of the catalogue would be `1.2.1`. |
The catalogue's version name is based off of `libVersion` and `extVersionCode`. With the example used above, the version of the catalogue would be `1.2.1`.
\* Note: this library only contains the method definitions so that the compiler can resolve them. The actual implementation is written in Tachiyomi. \* Note: this library only contains the method definitions so that the compiler can resolve them. The actual implementation is written in Tachiyomi.

View File

@ -31,7 +31,7 @@ android {
targetSdkVersion 27 targetSdkVersion 27
applicationIdSuffix pkgNameSuffix applicationIdSuffix pkgNameSuffix
versionCode extVersionCode versionCode extVersionCode
versionName "$libVersion.$extVersionSuffix" versionName "$libVersion.$extVersionCode"
setProperty("archivesBaseName", "tachiyomi-$pkgNameSuffix-v$versionName") setProperty("archivesBaseName", "tachiyomi-$pkgNameSuffix-v$versionName")
manifestPlaceholders = [ manifestPlaceholders = [
appName: appName, appName: appName,

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'all.ehentai' pkgNameSuffix = 'all.ehentai'
extClass = '.EHJapanese; .EHEnglish; .EHChinese; .EHDutch; .EHFrench; .EHGerman; .EHHungarian; .EHItalian; .EHKorean; .EHPolish; .EHPolish; .EHPortuguese; .EHRussian; .EHSpanish; .EHThai; .EHVietnamese; .EHSpeechless; .EHOther' extClass = '.EHJapanese; .EHEnglish; .EHChinese; .EHDutch; .EHFrench; .EHGerman; .EHHungarian; .EHItalian; .EHKorean; .EHPolish; .EHPolish; .EHPortuguese; .EHRussian; .EHSpanish; .EHThai; .EHVietnamese; .EHSpeechless; .EHOther'
extVersionCode = 1 extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.0' libVersion = '1.0'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = "all.foolslide" pkgNameSuffix = "all.foolslide"
extClass = '.FoolSlideFactory' extClass = '.FoolSlideFactory'
extVersionCode = 8 extVersionCode = 8
extVersionSuffix = 8
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'all.mangadex' pkgNameSuffix = 'all.mangadex'
extClass = '.MangadexFactory' extClass = '.MangadexFactory'
extVersionCode = 40 extVersionCode = 40
extVersionSuffix = 40
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'all.mmrcms' pkgNameSuffix = 'all.mmrcms'
extClass = '.MyMangaReaderCMSSources' extClass = '.MyMangaReaderCMSSources'
extVersionCode = 12 extVersionCode = 12
extVersionSuffix = 12
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'all.myreadingmanga' pkgNameSuffix = 'all.myreadingmanga'
extClass = '.MyReadingMangaFactory' extClass = '.MyReadingMangaFactory'
extVersionCode = 12 extVersionCode = 12
extVersionSuffix = 11
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'all.nhentai' pkgNameSuffix = 'all.nhentai'
extClass = '.NHJapanese; .NHEnglish; .NHChinese; .NHSpeechless; .NHCzech; .NHEsperanto; .NHMongolian; .NHSlovak; .NHArabic; .NHUkrainian' extClass = '.NHJapanese; .NHEnglish; .NHChinese; .NHSpeechless; .NHCzech; .NHEsperanto; .NHMongolian; .NHSlovak; .NHArabic; .NHUkrainian'
extVersionCode = 2 extVersionCode = 2
extVersionSuffix = 0
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'all.wpmanga' pkgNameSuffix = 'all.wpmanga'
extClass = '.WpMangaFactory' extClass = '.WpMangaFactory'
extVersionCode = 3 extVersionCode = 3
extVersionSuffix = 3
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'de.wiemanga' pkgNameSuffix = 'de.wiemanga'
extClass = '.WieManga' extClass = '.WieManga'
extVersionCode = 2 extVersionCode = 2
extVersionSuffix = 0
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.dynasty' pkgNameSuffix = 'en.dynasty'
extClass = '.DynastyFactory' extClass = '.DynastyFactory'
extVersionCode = 8 extVersionCode = 8
extVersionSuffix = 8
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.hentai2read' pkgNameSuffix = 'en.hentai2read'
extClass = '.Hentai2Read' extClass = '.Hentai2Read'
extVersionCode = 3 extVersionCode = 3
extVersionSuffix = 1
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.kissmanga' pkgNameSuffix = 'en.kissmanga'
extClass = '.Kissmanga' extClass = '.Kissmanga'
extVersionCode = 8 extVersionCode = 8
extVersionSuffix = 5
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,8 +6,7 @@ ext {
pkgNameSuffix = 'en.mangacow' pkgNameSuffix = 'en.mangacow'
extClass = '.Mangacow' extClass = '.Mangacow'
extVersionCode = 1 extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.0' libVersion = '1.0'
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.mangaeden' pkgNameSuffix = 'en.mangaeden'
extClass = '.Mangaeden' extClass = '.Mangaeden'
extVersionCode = 1 extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.0' libVersion = '1.0'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.mangafox' pkgNameSuffix = 'en.mangafox'
extClass = '.Mangafox' extClass = '.Mangafox'
extVersionCode = 3 extVersionCode = 3
extVersionSuffix = 1
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.mangafree' pkgNameSuffix = 'en.mangafree'
extClass = '.Mangafree' extClass = '.Mangafree'
extVersionCode = 2 extVersionCode = 2
extVersionSuffix = 2
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.mangago' pkgNameSuffix = 'en.mangago'
extClass = '.Mangago' extClass = '.Mangago'
extVersionCode = 6 extVersionCode = 6
extVersionSuffix = 5
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.mangahasu' pkgNameSuffix = 'en.mangahasu'
extClass = '.Mangahasu' extClass = '.Mangahasu'
extVersionCode = 2 extVersionCode = 2
extVersionSuffix = 2
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.mangahere' pkgNameSuffix = 'en.mangahere'
extClass = '.Mangahere' extClass = '.Mangahere'
extVersionCode = 6 extVersionCode = 6
extVersionSuffix = 4
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -5,8 +5,7 @@ ext {
appName = 'Tachiyomi: MangaKakalot' appName = 'Tachiyomi: MangaKakalot'
pkgNameSuffix = 'en.mangakakalot' pkgNameSuffix = 'en.mangakakalot'
extClass = '.Mangakakalot' extClass = '.Mangakakalot'
extVersionCode = 1 extVersionCode = 2
extVersionSuffix = 2
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -5,8 +5,7 @@ ext {
appName = 'Tachiyomi: MangaNelo' appName = 'Tachiyomi: MangaNelo'
pkgNameSuffix = 'en.manganelo' pkgNameSuffix = 'en.manganelo'
extClass = '.Manganelo' extClass = '.Manganelo'
extVersionCode = 1 extVersionCode = 2
extVersionSuffix = 2
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.mangapark' pkgNameSuffix = 'en.mangapark'
extClass = '.MangaPark' extClass = '.MangaPark'
extVersionCode = 3 extVersionCode = 3
extVersionSuffix = 3
libVersion = '1.0' libVersion = '1.0'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.mangarock' pkgNameSuffix = 'en.mangarock'
extClass = '.MangaRock' extClass = '.MangaRock'
extVersionCode = 3 extVersionCode = 3
extVersionSuffix = 2
libVersion = '1.0' libVersion = '1.0'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.mangasee' pkgNameSuffix = 'en.mangasee'
extClass = '.Mangasee' extClass = '.Mangasee'
extVersionCode = 4 extVersionCode = 4
extVersionSuffix = 2
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.mangastream' pkgNameSuffix = 'en.mangastream'
extClass = '.Mangastream' extClass = '.Mangastream'
extVersionCode = 2 extVersionCode = 2
extVersionSuffix = 2
libVersion = '1.0' libVersion = '1.0'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.mangazuki' pkgNameSuffix = 'en.mangazuki'
extClass = '.Mangazuki' extClass = '.Mangazuki'
extVersionCode = 2 extVersionCode = 2
extVersionSuffix = 2
libVersion = '1.0' libVersion = '1.0'
} }

View File

@ -6,8 +6,7 @@ ext {
pkgNameSuffix = 'en.merakiscans' pkgNameSuffix = 'en.merakiscans'
extClass = '.MerakiScans' extClass = '.MerakiScans'
extVersionCode = 2 extVersionCode = 2
extVersionSuffix = 1
libVersion = '1.2' libVersion = '1.2'
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.perveden' pkgNameSuffix = 'en.perveden'
extClass = '.Perveden' extClass = '.Perveden'
extVersionCode = 1 extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.0' libVersion = '1.0'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.readcomiconline' pkgNameSuffix = 'en.readcomiconline'
extClass = '.Readcomiconline' extClass = '.Readcomiconline'
extVersionCode = 4 extVersionCode = 4
extVersionSuffix = 3
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.readcomictv' pkgNameSuffix = 'en.readcomictv'
extClass = '.Readcomictv' extClass = '.Readcomictv'
extVersionCode = 3 extVersionCode = 3
extVersionSuffix = 3
libVersion = '1.0' libVersion = '1.0'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.readmangatoday' pkgNameSuffix = 'en.readmangatoday'
extClass = '.Readmangatoday' extClass = '.Readmangatoday'
extVersionCode = 5 extVersionCode = 5
extVersionSuffix = 2
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,8 +6,7 @@ ext {
pkgNameSuffix = 'en.shoujosense' pkgNameSuffix = 'en.shoujosense'
extClass = '.ShoujoSense' extClass = '.ShoujoSense'
extVersionCode = 1 extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.0' libVersion = '1.0'
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.tapastic' pkgNameSuffix = 'en.tapastic'
extClass = '.Tapastic' extClass = '.Tapastic'
extVersionCode = 1 extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.0' libVersion = '1.0'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.webtoons' pkgNameSuffix = 'en.webtoons'
extClass = '.Webtoons' extClass = '.Webtoons'
extVersionCode = 5 extVersionCode = 5
extVersionSuffix = 4
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'en.xkcd' pkgNameSuffix = 'en.xkcd'
extClass = '.Xkcd' extClass = '.Xkcd'
extVersionCode = 4 extVersionCode = 4
extVersionSuffix = 4
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'es.tumangaonline' pkgNameSuffix = 'es.tumangaonline'
extClass = '.TuMangaOnline' extClass = '.TuMangaOnline'
extVersionCode = 2 extVersionCode = 2
extVersionSuffix = 2
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'fr.japscan' pkgNameSuffix = 'fr.japscan'
extClass = '.Japscan' extClass = '.Japscan'
extVersionCode = 3 extVersionCode = 3
extVersionSuffix = 3
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,8 +6,7 @@ ext {
pkgNameSuffix = 'it.hentaifantasy' pkgNameSuffix = 'it.hentaifantasy'
extClass = '.HentaiFantasy' extClass = '.HentaiFantasy'
extVersionCode = 1 extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.0' libVersion = '1.0'
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'it.mangaeden' pkgNameSuffix = 'it.mangaeden'
extClass = '.Mangaeden' extClass = '.Mangaeden'
extVersionCode = 1 extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.0' libVersion = '1.0'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'it.perveden' pkgNameSuffix = 'it.perveden'
extClass = '.Perveden' extClass = '.Perveden'
extVersionCode = 1 extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.0' libVersion = '1.0'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'ja.rawqq' pkgNameSuffix = 'ja.rawqq'
extClass = '.Rawqq' extClass = '.Rawqq'
extVersionCode = 2 extVersionCode = 2
extVersionSuffix = 1
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'ja.rawlh' pkgNameSuffix = 'ja.rawlh'
extClass = '.Rawlh' extClass = '.Rawlh'
extVersionCode = 5 extVersionCode = 5
extVersionSuffix = 3
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'ja.senmanga' pkgNameSuffix = 'ja.senmanga'
extClass = '.SenManga' extClass = '.SenManga'
extVersionCode = 2 extVersionCode = 2
extVersionSuffix = 1
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'pt.mangasproject' pkgNameSuffix = 'pt.mangasproject'
extClass = '.MangasProject' extClass = '.MangasProject'
extVersionCode = 1 extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'pt.unionmangas' pkgNameSuffix = 'pt.unionmangas'
extClass = '.UnionMangas' extClass = '.UnionMangas'
extVersionCode = 3 extVersionCode = 3
extVersionSuffix = 3
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'ru.comx' pkgNameSuffix = 'ru.comx'
extClass = '.ComX' extClass = '.ComX'
extVersionCode = 2 extVersionCode = 2
extVersionSuffix = 2
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'ru.desu' pkgNameSuffix = 'ru.desu'
extClass = '.Desu' extClass = '.Desu'
extVersionCode = 4 extVersionCode = 4
extVersionSuffix = 3
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'ru.libmanga' pkgNameSuffix = 'ru.libmanga'
extClass = '.LibMangaFactory' extClass = '.LibMangaFactory'
extVersionCode = 1 extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'ru.mangachan' pkgNameSuffix = 'ru.mangachan'
extClass = '.Mangachan' extClass = '.Mangachan'
extVersionCode = 6 extVersionCode = 6
extVersionSuffix = 6
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'ru.mangahub' pkgNameSuffix = 'ru.mangahub'
extClass = '.Mangahub' extClass = '.Mangahub'
extVersionCode = 2 extVersionCode = 2
extVersionSuffix = 2
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'ru.mintmanga' pkgNameSuffix = 'ru.mintmanga'
extClass = '.Mintmanga' extClass = '.Mintmanga'
extVersionCode = 8 extVersionCode = 8
extVersionSuffix = 8
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'ru.onlinecomics' pkgNameSuffix = 'ru.onlinecomics'
extClass = '.Onlinecomics' extClass = '.Onlinecomics'
extVersionCode = 1 extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'ru.readmanga' pkgNameSuffix = 'ru.readmanga'
extClass = '.Readmanga' extClass = '.Readmanga'
extVersionCode = 8 extVersionCode = 8
extVersionSuffix = 8
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'ru.selfmanga' pkgNameSuffix = 'ru.selfmanga'
extClass = '.Selfmanga' extClass = '.Selfmanga'
extVersionCode = 2 extVersionCode = 2
extVersionSuffix = 2
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'vi.academyvn' pkgNameSuffix = 'vi.academyvn'
extClass = '.Academyvn' extClass = '.Academyvn'
extVersionCode = 3 extVersionCode = 3
extVersionSuffix = 2
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'vi.blogtruyen' pkgNameSuffix = 'vi.blogtruyen'
extClass = '.Blogtruyen' extClass = '.Blogtruyen'
extVersionCode = 2 extVersionCode = 2
extVersionSuffix = 1
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'vi.iutruyentranh' pkgNameSuffix = 'vi.iutruyentranh'
extClass = '.Iutruyentranh' extClass = '.Iutruyentranh'
extVersionCode = 3 extVersionCode = 3
extVersionSuffix = 2
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'vi.truyentranhlh' pkgNameSuffix = 'vi.truyentranhlh'
extClass = '.Truyentranhlh' extClass = '.Truyentranhlh'
extVersionCode = 4 extVersionCode = 4
extVersionSuffix = 3
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -6,7 +6,6 @@ ext {
pkgNameSuffix = 'zh.dmzj' pkgNameSuffix = 'zh.dmzj'
extClass = '.Dmzj' extClass = '.Dmzj'
extVersionCode = 4 extVersionCode = 4
extVersionSuffix = 4
libVersion = '1.0' libVersion = '1.0'
} }