build: bump to AGP 4.0.0

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-05-29 12:05:24 +05:30
parent 115a87af32
commit 761c2ade4a
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ allprojects {
buildscript {
ext {
agpVersion = '3.6.3'
agpVersion = '4.0.0'
annotationsVersion = '1.1.0'
appcompatVersion = '1.1.0'
bintrayPluginVersion = '1.8.4'

View File

@ -21,8 +21,8 @@ android {
}
}
compileSdkVersion 29
dataBinding.enabled true
viewBinding.enabled true
buildFeatures.dataBinding = true
buildFeatures.viewBinding = true
defaultConfig {
applicationId 'com.wireguard.android'
minSdkVersion 21