Skip to content

Commit 1022315

Browse files
committed
Update circleci config.
1 parent 1cac640 commit 1022315

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ 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
4845
- run: flutter doctor
4946
- run:
5047
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 29
30-
// ndkVersion "21.1.6352462"
29+
compileSdkVersion 30
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 29
44+
targetSdkVersion 30
4545
versionCode flutterVersionCode.toInteger()
4646
versionName flutterVersionName
4747
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)