diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 6af6094..52f199b 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -23,4 +23,5 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle - run: ./gradlew build + # run: ./gradlew build # not working see https://stackoverflow.com/questions/70581448/how-to-get-more-infos-about-a-failed-unittest-in-github-actions-android-ci + run: ./gradlew assemble diff --git a/app/build.gradle b/app/build.gradle index f439b6c..ed30bb0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,11 @@ android { // Android 4.0 (api14) minSdkVersion 14 targetSdkVersion 30 + versionCode 1 versionName "1.0.0" + + // 1.0.0 (1) initial Release translated in en and de } buildTypes {