Skip to content

Commit

Permalink
chore(demo): remove recommend kotlin_version to 2.0.+
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Jan 22, 2025
1 parent 3ad1735 commit 1e879f7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions demo/angular/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,3 @@ try {
} catch(Exception e) {
logger.info("google-services.json not found, google-services plugin not applied. Push Notifications won't work")
}


/*
* used from @capacitor-community/stripe. If you remove this plugin, you can remove this code block.
*/
buildscript {
ext.kotlin_version = '2.0.+'
repositories {
google()
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
apply plugin: 'kotlin-android'

0 comments on commit 1e879f7

Please sign in to comment.