Skip to content

Commit

Permalink
chore: MIgrate deprecated gradle functions
Browse files Browse the repository at this point in the history
Took 8 minutes
  • Loading branch information
itachi1706 committed Aug 19, 2023
1 parent 736fb09 commit fd0d566
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 33
buildToolsVersion "33.0.1"
compileSdk 33
buildToolsVersion = "33.0.1"

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

0 comments on commit fd0d566

Please sign in to comment.