Skip to content

Commit

Permalink
[skip ci] chore: Mass-bump on extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
aniyomi-bot committed Mar 21, 2024
1 parent b2523ab commit 156d06d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/all/googledrive/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'Google Drive'
extClass = '.GoogleDrive'
extVersionCode = 14
extVersionCode = 15
}

apply from: "$rootDir/common.gradle"
Expand Down
2 changes: 1 addition & 1 deletion src/en/kayoanime/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'Kayoanime'
extClass = '.Kayoanime'
extVersionCode = 11
extVersionCode = 12
}

apply from: "$rootDir/common.gradle"
Expand Down
2 changes: 1 addition & 1 deletion src/en/ripcrabbyanime/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'Ripcrabbyanime'
extClass = '.Ripcrabbyanime'
extVersionCode = 12
extVersionCode = 13
}

apply from: "$rootDir/common.gradle"
Expand Down
2 changes: 1 addition & 1 deletion src/pl/desuonline/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
extClass = '.DesuOnline'
themePkg = 'animestream'
baseUrl = 'https://desu-online.pl'
overrideVersionCode = 4
overrideVersionCode = 5
}

apply from: "$rootDir/common.gradle"
Expand Down
2 changes: 1 addition & 1 deletion src/sr/animebalkan/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
extClass = '.AnimeBalkan'
themePkg = 'animestream'
baseUrl = 'https://animebalkan.org'
overrideVersionCode = 1
overrideVersionCode = 2
}

apply from: "$rootDir/common.gradle"
Expand Down
2 changes: 1 addition & 1 deletion src/tr/turkanime/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'Türk Anime TV'
extClass = '.TurkAnime'
extVersionCode = 21
extVersionCode = 22
}

apply from: "$rootDir/common.gradle"
Expand Down

0 comments on commit 156d06d

Please sign in to comment.