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 42
42
- run :
43
43
name : export flutter path
44
44
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
45
48
- run : flutter doctor
46
49
- run :
47
50
name : Flutter build
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ apply plugin: 'kotlin-android'
26
26
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
27
27
28
28
android {
29
- compileSdkVersion 30
30
- ndkVersion " 21.1.6352462"
29
+ compileSdkVersion 29
30
+ // ndkVersion "21.1.6352462"
31
31
32
32
sourceSets {
33
33
main. java. srcDirs + = ' src/main/kotlin'
@@ -41,7 +41,7 @@ android {
41
41
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
42
42
applicationId " app.alan.simpleflutterapp"
43
43
minSdkVersion 21
44
- targetSdkVersion 30
44
+ targetSdkVersion 29
45
45
versionCode flutterVersionCode. toInteger()
46
46
versionName flutterVersionName
47
47
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
You can’t perform that action at this time.
0 commit comments