1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Tech | Update AGP to the latest version (#2069)

This commit is contained in:
Evgenii Kozlov 2022-01-27 22:55:44 +03:00 committed by GitHub
parent 2db338e2f6
commit c73819c0b5
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 13 additions and 32 deletions

View file

@ -10,8 +10,6 @@ android {
defaultConfig {
minSdkVersion config["min_sdk"]
targetSdkVersion config["target_sdk"]
versionCode config["version_code"]
versionName config["version_name"]
testInstrumentationRunner config["test_runner"]
}