Skip to content

Commit

Permalink
Compile against latest Android SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs00 authored and maniac103 committed Dec 21, 2021
1 parent 2df6a54 commit 18f7ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ apply plugin: "com.android.library"
//apply plugin: 'bintray-release'

android {
compileSdkVersion 28
compileSdkVersion 30

defaultConfig {
minSdkVersion 15
targetSdkVersion 28
targetSdkVersion 30
versionCode VERSION_CODE
versionName VERSION_NAME

Expand Down

0 comments on commit 18f7ef4

Please sign in to comment.