Skip to content

Commit

Permalink
Update compileSdkVersion and targetSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
K1rakishou committed Aug 15, 2022
1 parent f99caa5 commit 39986c3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions fsaf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ apply plugin: 'com.github.dcendents.android-maven'
group='com.github.K1rakishou'

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
compileSdkVersion 32

defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName "1.0"
targetSdkVersion 32
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 39986c3

Please sign in to comment.