Skip to content

Commit

Permalink
update android SDK (#75)
Browse files Browse the repository at this point in the history
update Kotlin

Signed-off-by: Eugene K <[email protected]>
  • Loading branch information
ekoby authored Nov 3, 2020
1 parent 903ee43 commit 5835532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
}

plugins {
id("org.jetbrains.kotlin.jvm") version "1.3.72"
id("org.jetbrains.kotlin.jvm") version "1.4.10"
id("io.wusa.semver-git-plugin") version "2.0.2"
}

Expand Down
5 changes: 2 additions & 3 deletions ziti-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ apply plugin: 'com.kezong.fat-aar'


android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 30
ndkVersion "21.3.6528147"

defaultConfig {
minSdkVersion 26
targetSdkVersion 29
targetSdkVersion 30
versionCode 1
versionName "${project.version}"

Expand Down

0 comments on commit 5835532

Please sign in to comment.