From 1333b39159fb2403d93860c10051b3c6220986f4 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 9 May 2020 12:05:50 -0400 Subject: [PATCH] Update SDK/build tools --- library/build.gradle | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 2fce15c..05d3244 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -5,12 +5,12 @@ apply plugin: 'com.github.dcendents.android-maven' version = '1.2' android { - compileSdkVersion 25 - buildToolsVersion "25.0.2" + compileSdkVersion 27 + buildToolsVersion "29.0.3" defaultConfig { minSdkVersion 16 - targetSdkVersion 25 + targetSdkVersion 27 versionCode 1 versionName version } @@ -20,7 +20,6 @@ android { minifyEnabled false } } - } dependencies { @@ -41,9 +40,8 @@ ext { libraryDescription = 'Tachiyomi library to create new catalogues' - siteUrl = 'https://github.com/inorichi/tachiyomi-extensions-lib' - gitUrl = 'https://github.com/inorichi/tachiyomi-extensions-lib.git' - githubRepository= 'inorichi/tachiyomi-extensions-lib' + siteUrl = 'https://github.com/tachiyomiorg/extensions-lib' + gitUrl = 'https://github.com/tachiyomiorg/extensions-lib.git' licenseName = 'The Apache Software License, Version 2.0' licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'