diff --git a/app/build.gradle b/app/build.gradle index 6712b923b..ce36923f0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,12 +7,12 @@ findbugs { } android { - compileSdkVersion 28 + compileSdkVersion 29 defaultConfig { applicationId "protect.card_locker" minSdkVersion 16 - targetSdkVersion 28 + targetSdkVersion 29 versionCode 35 versionName "0.25.4" } @@ -73,4 +73,4 @@ task findbugs(type: FindBugs, dependsOn: 'assembleDebug') { xml.enabled = false html.enabled = true } -} \ No newline at end of file +}