Skip to content

Commit

Permalink
Update gradle, SDK and build tools to Android R
Browse files Browse the repository at this point in the history
  • Loading branch information
bylaws authored and PixelyIon committed Jul 8, 2020
1 parent 7fed6ca commit 1e484a7
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 9 deletions.
33 changes: 28 additions & 5 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 29
buildToolsVersion '29.0.3'
compileSdkVersion 30
buildToolsVersion '30.0.0'
defaultConfig {
applicationId "skyline.emu"
minSdkVersion 26
Expand Down Expand Up @@ -47,7 +47,7 @@ android {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
ndkVersion '21.0.6113669'
ndkVersion '21.3.6528147'
}

dependencies {
Expand Down
Loading

0 comments on commit 1e484a7

Please sign in to comment.