diff --git a/tor-android-binary/build.gradle b/tor-android-binary/build.gradle index 05e78e6e57bcbcca7bd506524e9e935bf8259ec0..90713c7e293a250b8e19c33e91760150fc500191 100644 --- a/tor-android-binary/build.gradle +++ b/tor-android-binary/build.gradle @@ -12,11 +12,11 @@ def getVersionName = { -> android { compileSdkVersion 30 - buildToolsVersion '28.0.3' + buildToolsVersion '30.0.3' defaultConfig { minSdkVersion 16 - targetSdkVersion 28 + targetSdkVersion 30 versionCode 41500 versionName getVersionName()