We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a920e commit 119e273Copy full SHA for 119e273
app/build.gradle
@@ -3,15 +3,15 @@ apply plugin: 'com.android.application'
3
apply plugin: 'com.google.firebase.firebase-perf'
4
apply plugin: 'io.fabric'
5
android {
6
- compileSdkVersion 29
+ compileSdkVersion 30
7
compileOptions {
8
sourceCompatibility JavaVersion.VERSION_1_8
9
targetCompatibility JavaVersion.VERSION_1_8
10
}
11
defaultConfig {
12
applicationId "com.buzz.vpn"
13
minSdkVersion 21
14
- targetSdkVersion 29
+ targetSdkVersion 30
15
vectorDrawables.useSupportLibrary = true
16
// api.major.patch
17
// api when you obsolete the existing api
0 commit comments