diff --git a/tutorandroid/templates/android/build/Dockerfile b/tutorandroid/templates/android/build/Dockerfile index d50fdd0..f74a3dd 100644 --- a/tutorandroid/templates/android/build/Dockerfile +++ b/tutorandroid/templates/android/build/Dockerfile @@ -57,7 +57,6 @@ RUN ./gradlew tasks FROM common as build # User-customized config -# COPY ./config/edx.properties ./OpenEdXMobile/default_config/edx.properties COPY ./config/tutor.yaml ./default_config/dev/config.yaml COPY ./config/tutor.yaml ./default_config/stage/config.yaml COPY ./config/tutor.yaml ./default_config/prod/config.yaml diff --git a/tutorandroid/templates/android/build/config/gradle.properties b/tutorandroid/templates/android/build/config/gradle.properties index 4fa7cb0..9ebedea 100644 --- a/tutorandroid/templates/android/build/config/gradle.properties +++ b/tutorandroid/templates/android/build/config/gradle.properties @@ -1,4 +1,4 @@ -RELEASE_STORE_FILE=/app/openedx-app-android/OpenEdXMobile/app.keystore +RELEASE_STORE_FILE=/app/openedx-app-android/app.keystore RELEASE_STORE_PASSWORD={{ ANDROID_RELEASE_STORE_PASSWORD }} RELEASE_KEY_PASSWORD={{ ANDROID_RELEASE_KEY_PASSWORD }} RELEASE_KEY_ALIAS={{ ANDROID_RELEASE_KEY_ALIAS }}