Skip to content

Commit a850fe5

Browse files
committed
Revert "Update circleci config."
This reverts commit 1022315.
1 parent 1022315 commit a850fe5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
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

examples/alan_simple_app/android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
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"

0 commit comments

Comments
 (0)