Skip to content

Commit 119e273

Browse files
Update build.gradle
1 parent 64a920e commit 119e273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ apply plugin: 'com.android.application'
33
apply plugin: 'com.google.firebase.firebase-perf'
44
apply plugin: 'io.fabric'
55
android {
6-
compileSdkVersion 29
6+
compileSdkVersion 30
77
compileOptions {
88
sourceCompatibility JavaVersion.VERSION_1_8
99
targetCompatibility JavaVersion.VERSION_1_8
1010
}
1111
defaultConfig {
1212
applicationId "com.buzz.vpn"
1313
minSdkVersion 21
14-
targetSdkVersion 29
14+
targetSdkVersion 30
1515
vectorDrawables.useSupportLibrary = true
1616
// api.major.patch
1717
// api when you obsolete the existing api

0 commit comments

Comments
 (0)