Browse Source

Bump target API version

pull/596/head
Eric Kok 3 years ago
parent
commit
28b5a72a01
  1. 4
      app/build.gradle

4
app/build.gradle

@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
compileSdkVersion 30
buildToolsVersion '29.0.3'
defaultConfig {
minSdkVersion 15
targetSdkVersion 29
targetSdkVersion 30
versionCode 239
versionName '2.5.19'

Loading…
Cancel
Save