diff --git a/library/build.gradle b/library/build.gradle index 8a24be4..b075d95 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -3,12 +3,12 @@ apply plugin: 'com.novoda.bintray-release' android { - compileSdkVersion 28 - buildToolsVersion '28.0.3' + compileSdkVersion 30 + buildToolsVersion "30.0.2" defaultConfig { minSdkVersion 14 - targetSdkVersion 28 + targetSdkVersion 30 } lintOptions { @@ -25,4 +25,4 @@ publish { desc = 'Android loading animations' website = 'https://github.com/ybq/Android-SpinKit' licences = ['MIT'] -} \ No newline at end of file +}