Update to SDK 29 in ratelimit module

This commit is contained in:
arkon 2020-03-01 18:05:05 -05:00
parent 41152f3bfd
commit 37f61f602b
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 27
compileSdkVersion 29
buildToolsVersion '29.0.2'
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
targetSdkVersion 29
versionCode 1
versionName '1.0.0'
}