Skip to content

Commit

Permalink
build: upgrade target android API to 33 (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyyi1 authored Sep 5, 2023
1 parent 7172505 commit 874e406
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ android {
storePassword keystoreProperties['storePassword']
}
}
compileSdkVersion 32
buildToolsVersion '32.0.0'
compileSdkVersion 33
buildToolsVersion '33.0.0'

defaultConfig {
applicationId "app.intra"
// Firebase Crashlytics requires SDK version 16.
minSdkVersion 16
targetSdkVersion 32
targetSdkVersion 33
versionCode 64
versionName "1.3.7"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -109,6 +109,7 @@ dependencies {
// For go-tun2socks
implementation project(":tun2socks")
}

// For Firebase Analytics
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.firebase-perf'

0 comments on commit 874e406

Please sign in to comment.