Skip to content

Commit

Permalink
chore: upgrade build tools
Browse files Browse the repository at this point in the history
Signed-off-by: Next Alone <12210746+NextAlone@users.noreply.github.com>
  • Loading branch information
NextAlone committed Apr 21, 2023
1 parent 3d19c8a commit 05b051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ val verName = if (Version.isStable) {
val androidTargetSdkVersion by extra(33)
val androidMinSdkVersion by extra(24)
val androidCompileSdkVersion by extra(33)
val androidBuildToolsVersion by extra("34.0.0 rc2")
val androidBuildToolsVersion by extra("34.0.0 rc3")
val androidCompileNdkVersion = "21.4.7075529"

fun Project.configureBaseExtension() {
Expand Down

0 comments on commit 05b051e

Please sign in to comment.