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

View file

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