Skip to content

Commit

Permalink
Merge pull request #378 from shizhe2018/feature/-unpdateFlutterSdk3.25
Browse files Browse the repository at this point in the history
Feature/ unpdateFlutterSdk3.25
  • Loading branch information
Luozf12345 authored Dec 10, 2024
2 parents 0a3c247 + c8ca160 commit 5eb9045
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 166 deletions.
2 changes: 1 addition & 1 deletion tdesign-component/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {

compileSdkVersion 33
compileSdkVersion 34

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down
4 changes: 2 additions & 2 deletions tdesign-component/example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.6.21'
ext.kotlin_version = '1.7.10'

ext {

Expand Down Expand Up @@ -35,7 +35,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.0.0'
classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
Loading

0 comments on commit 5eb9045

Please sign in to comment.