Files
fdroidclient/gradle.properties
Torsten Grote 7af2e648cf Add localized screenshot creation
This adds an instrumentation test that produces localized screenshots of so far the three main screens of the app. The screenshots get saved on the test device and still need to be downloaded manually for now.

Data for the screenshots can be updated with a Python script that was also added. It fetches the current index and gets data from the top apps.
2026-03-07 11:14:53 -03:00

30 lines
1020 B
Properties

org.gradle.jvmargs=-Xms2g -Xmx4g
android.enableJetifier=false
android.useAndroidX=true
android.experimental.enableScreenshotTest=true
android.injected.androidTest.leaveApksInstalledAfterRun=true
kotlin.code.style=official
kotlin.mpp.androidSourceSetLayoutVersion=2
# Gradle Maven Publish Info below (https://github.com/vanniktech/gradle-maven-publish-plugin)
# These are common for all libraries in gradle submodules.
# Specifics for each library are defined in the submodule's gradle.properties file.
mavenCentralPublishing=true
mavenCentralAutomaticPublishing=true
signAllPublications=true
GROUP=org.fdroid
POM_LICENSE_NAME=Apache-2.0
POM_LICENSE_URL=http://www.apache.org/licenses/LICENSE-2.0
POM_LICENSE_DIST=repo
POM_SCM_URL=https://gitlab.com/fdroid/fdroidclient/
POM_SCM_CONNECTION=scm:git:git://gitlab.com:fdroid/fdroidclient.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@gitlab.com:fdroid/fdroidclient.git
POM_DEVELOPER_ID=grote
POM_DEVELOPER_NAME=Torsten Grote
POM_DEVELOPER_URL=https://github.com/grote/