Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanSarafDev authored Aug 18, 2024
1 parent 9ed9ff3 commit 3685dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
ext.kotlin_version = '1.7.10'
ext {
compileSdkVersion = 33 // or latest
targetSdkVersion = 33 // or latest
compileSdkVersion = 34 // or latest
targetSdkVersion = 34 // or latest
appCompatVersion = "1.4.2" // or latest
}
repositories {
Expand Down

0 comments on commit 3685dd7

Please sign in to comment.