Skip to content

Commit

Permalink
Update compileSdk and buildToolsVersion
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <[email protected]>
  • Loading branch information
PatrykMis committed Aug 30, 2024
1 parent c5a486c commit 2a8dfbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ appVersion(VersionConfig.Type.DEV) {

android {
namespace = "com.neo.speaktouch"
compileSdk = 34
buildToolsVersion = "34.0.0"
compileSdk = 35
buildToolsVersion = "35.0.0"

if (keystorePropertiesFile.canRead()) {
signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ kotlin {

android {
namespace = "com.neo.test"
compileSdk = 34
buildToolsVersion = "34.0.0"
compileSdk = 35
buildToolsVersion = "35.0.0"

defaultConfig {
applicationId = "com.neo.speaktouch"
Expand Down

0 comments on commit 2a8dfbf

Please sign in to comment.