Skip to content

Commit 9f180c5

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

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/versionBump.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ 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"
6360

6461
- name: Build Release AAB
6562
run: ./gradlew bundleRelease

app/build.gradle.kts

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

1213
defaultConfig {
1314
applicationId = "com.yogeshpaliyal.deepr"

0 commit comments

Comments
 (0)