Skip to content

Commit

Permalink
Revert "Compile with Android 11 DP1 SDK"
Browse files Browse the repository at this point in the history
This reverts commit 727a98b.
  • Loading branch information
imknown committed Feb 23, 2020
1 parent 5ca7bc2 commit 669bdf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/buildScriptConfig.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ ext {
androidStudioGradlePlugin: '3.5.3',

// https://developer.android.com/studio/releases/build-tools.html#notes
buildToolsVersion : '30.0.0-rc1',
buildToolsVersion : '29.0.3',
minSdkVersion : 21,
compileSdkVersion : 'android-R',
targetSdkVersion : 29, // 'R'
compileSdkVersion : 29,
targetSdkVersion : 29,

versionCode : 16,
versionName : '1.6.0'
Expand Down

0 comments on commit 669bdf8

Please sign in to comment.