Skip to content

Commit

Permalink
Use Cherry Github API
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbWatershed committed Jan 1, 2023
1 parent bff3e63 commit 1c5e028
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,17 @@ android {
versionCode 130 // is updated automatically by BitRise; only used when building locally
versionName '1.13.1'

buildConfigField 'String', 'GITHUB_API_URL', '"https://api.github.com/repos/RobbWatershed/GalleryCherry/"'

def includeObjectBoxBrowser = System.getenv("INCLUDE_OBJECTBOX_BROWSER") ?: "false"
def includeLeakCanary = System.getenv("INCLUDE_LEAK_CANARY") ?: "false"

buildConfigField "boolean", "INCLUDE_OBJECTBOX_BROWSER", includeObjectBoxBrowser
buildConfigField "boolean", "INCLUDE_LEAK_CANARY", includeLeakCanary

buildConfigField 'String', 'GITHUB_API_URL', '"https://api.github.com/repos/avluis/Hentoid/"'
buildConfigField 'String', 'GITHUB_API_URL', '"https://api.github.com/repos/RobbWatershed/GalleryCherry/"'

proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
resConfigs 'en', 'ru', 'it', 'uk', 'hu', 'ko', 'ja', 'es'

// Only include complete translations
resConfigs 'en'

renderscriptTargetApi 21
renderscriptSupportModeEnabled false
Expand Down

0 comments on commit 1c5e028

Please sign in to comment.