Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix(templates): downgrade buildTools version to 33.0.2 (#1220)
Browse files Browse the repository at this point in the history
Build tools version is 33.0.3 is deleted
  • Loading branch information
MrIkso authored Aug 22, 2023
1 parent 6b05c02 commit 40b5cdd
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

package com.itsaky.androidide.templates

import com.itsaky.androidide.utils.VMUtils

/**
* @author Akash Yadav
*/
Expand All @@ -29,7 +27,7 @@ const val KOTLIN_VERSION = "1.8.21"

val TARGET_SDK_VERSION = Sdk.Tiramisu
val COMPILE_SDK_VERSION = Sdk.Tiramisu
val BUILD_TOOLS_VERSION = if (!VMUtils.isJvm()) "33.0.3" else "33.0.2"
val BUILD_TOOLS_VERSION = "33.0.2"

const val JAVA_SOURCE_VERSION = "11"
const val JAVA_TARGET_VERSION = "11"
const val JAVA_TARGET_VERSION = "11"

0 comments on commit 40b5cdd

Please sign in to comment.