Skip to content

Commit

Permalink
Update SDK, build tools and target SDK version to Android 10
Browse files Browse the repository at this point in the history
  • Loading branch information
YtvwlD committed Oct 20, 2019
1 parent 840e703 commit d80027e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions meteroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ gradle.projectsEvaluated {
}

android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
compileSdkVersion 29
buildToolsVersion '29.0.2'
signingConfigs {}
lintOptions {
abortOnError false
Expand Down
2 changes: 1 addition & 1 deletion meteroid/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="28"/>
android:targetSdkVersion="29"/>

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.VIBRATE"/>
Expand Down

0 comments on commit d80027e

Please sign in to comment.