diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 58020fb21..a009d72df 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -56,8 +56,8 @@ jobs: echo "build.built-by=GitHub Actions" >> override.properties echo "noExe=true" >> override.properties grep -v I2P_ gradle.properties > gradle.properties.update - echo "I2P_VERSION=2.4.0-1" >> gradle.properties.update - echo "I2P_ANDROID_VERSION=2.4.0-1" >> gradle.properties.update + echo "I2P_VERSION=2.5.0-1" >> gradle.properties.update + echo "I2P_ANDROID_VERSION=2.5.0-1" >> gradle.properties.update cp -v gradle.properties.update gradle.properties - name: build with Gradle run: | diff --git a/.github/workflows/sign.yml b/.github/workflows/sign.yml index c453e9a03..9a864b8bc 100644 --- a/.github/workflows/sign.yml +++ b/.github/workflows/sign.yml @@ -76,8 +76,8 @@ jobs: echo "KEY_ALIAS=mykey" >> signing.properties echo "KEY_PASSWORD=$DEV_PASSWORD" >> signing.properties grep -v I2P_ gradle.properties > gradle.properties.update - echo "I2P_VERSION=2.4.0-1" >> gradle.properties.update - echo "I2P_ANDROID_VERSION=2.4.0-1" >> gradle.properties.update + echo "I2P_VERSION=2.5.0-1" >> gradle.properties.update + echo "I2P_ANDROID_VERSION=2.5.0-1" >> gradle.properties.update cp -v gradle.properties.update gradle.properties - name: build with Gradle run: |