Skip to content

Commit be28c93

Browse files
Andy ValdezAndy Valdez
authored andcommitted
[Fix] Update targetSdk to 34 from 33.
1 parent 79eddba commit be28c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ subprojects {
6565
ext {
6666
minSdkVersion = 24
6767
compileSdkVersion = 34
68-
targetSdkVersion = 33
68+
targetSdkVersion = 34
6969
}
7070

7171
ext {

0 commit comments

Comments
 (0)