Skip to content

Commit

Permalink
Target Android API 34
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Sep 4, 2024
1 parent 797fb80 commit a178658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ apply plugin: 'kotlin-kapt'
android {
namespace 'com.orgzly'

compileSdkVersion 33
compileSdkVersion 34

defaultConfig {
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode 218
versionName "1.8.27-beta.1"
applicationId = "com.orgzlyrevived"
Expand Down
2 changes: 1 addition & 1 deletion shared-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'kotlin-kapt'

android {
namespace = "com.orgzly.shared.test"
compileSdk 33
compileSdk 34

defaultConfig {
minSdk 21
Expand Down

0 comments on commit a178658

Please sign in to comment.