From: Damyan Ivanov Date: Fri, 12 Jun 2020 19:54:56 +0000 (+0000) Subject: bump compileSdkVersion to match targetSdkVersion X-Git-Tag: v0.14.0~35 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=4dd0fcfca16c147321f63be846de279c37bfffda bump compileSdkVersion to match targetSdkVersion --- diff --git a/app/build.gradle b/app/build.gradle index f5b092c5..07cf3456 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,7 +18,7 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 28 + compileSdkVersion 29 defaultConfig { applicationId "net.ktnx.mobileledger" minSdkVersion 22