Skip to content

Commit

Permalink
chore: Set compileSDK to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
itachi1706 authored May 31, 2023
1 parent 9fbf1bb commit ebd2f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ apply plugin: 'com.google.firebase.firebase-perf'
def isGHActions = System.getenv("GITHUB_ACTIONS") ?: false

android {
compileSdkVersion 31
buildToolsVersion "31.0.0"
compileSdkVersion 33
buildToolsVersion "33.0.0"

defaultConfig {
applicationId "com.itachi1706.droideggs"
Expand Down

0 comments on commit ebd2f0a

Please sign in to comment.