Skip to content

Commit

Permalink
Compile/Target SDK 33
Browse files Browse the repository at this point in the history
  • Loading branch information
tfcporciuncula committed Feb 16, 2023
1 parent 96820f9 commit d87ad02
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 @@ -16,8 +16,8 @@ buildscript {

ext.buildConfig = [
'minSdk' : 14,
'compileSdk': 31,
'targetSdk' : 31,
'compileSdk': 33,
'targetSdk' : 33,
]

subprojects {
Expand Down

0 comments on commit d87ad02

Please sign in to comment.