Skip to content

Commit 4348fbf

Browse files
committed
feat: update build tool version
1 parent 9f180c5 commit 4348fbf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/versionBump.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
alias: ${{ secrets.ALIAS }}
5858
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
5959
keyPassword: ${{ secrets.KEY_PASSWORD }}
60+
env:
61+
# override default build-tools version (33.0.0) -- optional
62+
BUILD_TOOLS_VERSION: "34.0.0"
6063

6164
- name: Build Release AAB
6265
run: ./gradlew bundleRelease

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
android {
99
namespace = "com.yogeshpaliyal.deepr"
1010
compileSdk = 36
11-
buildToolsVersion = "35.0.0"
11+
buildToolsVersion = "34.0.0"
1212

1313
defaultConfig {
1414
applicationId = "com.yogeshpaliyal.deepr"

0 commit comments

Comments
 (0)