LibreraReader icon indicating copy to clipboard operation
LibreraReader copied to clipboard

F-Droid build failed

Open linsui opened this issue 1 year ago • 3 comments

Those api key are hiddened now. Though they are not used for F-Droid build the build failed without them.

> Could not get unknown property 'librera_appGdriveKey' for ProductFlavor$AgpDecorated_Decorated{name=beta, dimension=version, minSdkVersion=null, targetSdkVersion=null, renderscriptTargetApi=null, renderscriptSupportModeEnabled=null, renderscriptSupportModeBlasEnabled=null, renderscriptNdkModeEnabled=null, versionCode=null, versionName=null, applicationId=com.foobnix.pdf.reader, testApplicationId=null, testInstrumentationRunner=null, testInstrumentationRunnerArguments={}, testHandleProfiling=null, testFunctionalTest=null, signingConfig=null, resConfig=[], buildConfigFields={}, resValues={}, proguardFiles=[], consumerProguardFiles=[], manifestPlaceholders={}, wearAppUnbundled=null} of type com.android.build.gradle.internal.dsl.ProductFlavor$AgpDecorated.

Could you please take a look? Thanks!

linsui avatar Oct 17 '22 07:10 linsui

Is this issue resolved, @linsui?

soshial avatar Jan 04 '23 16:01 soshial

I patched the code. But it's better to fix it upstream.

linsui avatar Jan 04 '23 17:01 linsui

I had same error when I made gradle sync. How can I fix this error?

Build file '/home/mihail/work/LibreraReader/app/build.gradle' line: 121

A problem occurred evaluating project ':app'.
> Could not get unknown property 'librera_appGdriveKey' for ProductFlavor$AgpDecorated_Decorated{name=beta, dimension=version, minSdkVersion=null, targetSdkVersion=null, renderscriptTargetApi=null, renderscriptSupportModeEnabled=null, renderscriptSupportModeBlasEnabled=null, renderscriptNdkModeEnabled=null, versionCode=null, versionName=null, applicationId=com.foobnix.pdf.reader, testApplicationId=null, testInstrumentationRunner=null, testInstrumentationRunnerArguments={}, testHandleProfiling=null, testFunctionalTest=null, signingConfig=null, resConfig=[], buildConfigFields={}, resValues={}, proguardFiles=[], consumerProguardFiles=[], manifestPlaceholders={}, wearAppUnbundled=null} of type com.android.build.gradle.internal.dsl.ProductFlavor$AgpDecorated.

Lampotrias avatar Sep 23 '23 10:09 Lampotrias