Bump sdk version

This commit is contained in:
Paul Schaub 2019-09-24 22:15:26 +02:00
parent ad944f1767
commit e2c698879c
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
apply plugin: 'checkstyle'
android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId "org.mercury_im.messenger"
minSdkVersion 19
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"