Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
piano-dot authored Feb 17, 2022
1 parent d0ab4c8 commit 548e1a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {
}

android {
compileSdk 31
compileSdk 32

defaultConfig {
applicationId "com.linyx.mirror"
minSdk 23
targetSdk 31
targetSdk 32
versionCode 1
versionName "1.0"

Expand Down Expand Up @@ -52,4 +52,4 @@ dependencies {

implementation "androidx.camera:camera-view:${camerax_version}"
implementation "androidx.camera:camera-extensions:${camerax_version}"
}
}

0 comments on commit 548e1a5

Please sign in to comment.