File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
examples/alan_simple_app/android/app Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4242 - run :
4343 name : export flutter path
4444 command : echo 'export PATH="$PATH:`pwd`/flutter/bin"' >> $BASH_ENV
45+ - run :
46+ name : Fetch CocoaPods Specs
47+ command : curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf
4548 - run : flutter doctor
4649 - run :
4750 name : Flutter build
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ apply plugin: 'kotlin-android'
2626apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
2727
2828android {
29- compileSdkVersion 30
30- ndkVersion " 21.1.6352462"
29+ compileSdkVersion 29
30+ // ndkVersion "21.1.6352462"
3131
3232 sourceSets {
3333 main. java. srcDirs + = ' src/main/kotlin'
@@ -41,7 +41,7 @@ android {
4141 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4242 applicationId " app.alan.simpleflutterapp"
4343 minSdkVersion 21
44- targetSdkVersion 30
44+ targetSdkVersion 29
4545 versionCode flutterVersionCode. toInteger()
4646 versionName flutterVersionName
4747 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
You can’t perform that action at this time.
0 commit comments