Update SDK/build tools

This commit is contained in:
arkon 2020-05-09 12:05:50 -04:00
parent 84bfb8d7ed
commit 1333b39159

View File

@ -5,12 +5,12 @@ apply plugin: 'com.github.dcendents.android-maven'
version = '1.2' version = '1.2'
android { android {
compileSdkVersion 25 compileSdkVersion 27
buildToolsVersion "25.0.2" buildToolsVersion "29.0.3"
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 27
versionCode 1 versionCode 1
versionName version versionName version
} }
@ -20,7 +20,6 @@ android {
minifyEnabled false minifyEnabled false
} }
} }
} }
dependencies { dependencies {
@ -41,9 +40,8 @@ ext {
libraryDescription = 'Tachiyomi library to create new catalogues' libraryDescription = 'Tachiyomi library to create new catalogues'
siteUrl = 'https://github.com/inorichi/tachiyomi-extensions-lib' siteUrl = 'https://github.com/tachiyomiorg/extensions-lib'
gitUrl = 'https://github.com/inorichi/tachiyomi-extensions-lib.git' gitUrl = 'https://github.com/tachiyomiorg/extensions-lib.git'
githubRepository= 'inorichi/tachiyomi-extensions-lib'
licenseName = 'The Apache Software License, Version 2.0' licenseName = 'The Apache Software License, Version 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt' licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'