Skip to content

Commit

Permalink
Update Compile and Target SDK to version 34
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Oct 29, 2023
1 parent fc2a543 commit 89dfc6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ allprojects {
}

ext {
compileSdkVersion = 33
targetSdkVersion = 33
compileSdkVersion = 34
targetSdkVersion = 34
coreKtxVersion = '1.9.0'
appcompatVersion = '1.6.1'
fragmentVersion = '1.3.6'
Expand Down

0 comments on commit 89dfc6b

Please sign in to comment.