Skip to content

Commit

Permalink
Remove ignored build tools. (#7299)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynewstrom-stripe authored Sep 13, 2023
1 parent 9947342 commit 686d156
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build-configuration/android-application.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ check.dependsOn('ktlint')
android {
namespace STRIPE_ANDROID_NAMESPACE
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion 21
Expand Down
1 change: 0 additions & 1 deletion build-configuration/android-library.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ android {
resourcePrefix 'Stripe'

compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion 21
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ allprojects {
}

ext {
buildToolsVersion = "30.0.3"
compileSdkVersion = 33

group_name = GROUP
Expand Down

0 comments on commit 686d156

Please sign in to comment.