We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb4a21 commit 9f180c5Copy full SHA for 9f180c5
.github/workflows/versionBump.yml
@@ -57,9 +57,6 @@ jobs:
57
alias: ${{ secrets.ALIAS }}
58
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
59
keyPassword: ${{ secrets.KEY_PASSWORD }}
60
- env:
61
- # override default build-tools version (33.0.0) -- optional
62
- BUILD_TOOLS_VERSION: "34.0.0"
63
64
- name: Build Release AAB
65
run: ./gradlew bundleRelease
app/build.gradle.kts
@@ -8,6 +8,7 @@ plugins {
8
android {
9
namespace = "com.yogeshpaliyal.deepr"
10
compileSdk = 36
11
+ buildToolsVersion = "35.0.0"
12
13
defaultConfig {
14
applicationId = "com.yogeshpaliyal.deepr"
0 commit comments