File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
examples/alan_simple_app/android/app Expand file tree Collapse file tree 2 files changed +3
-6
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
4845 - run : flutter doctor
4946 - run :
5047 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 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"
You can’t perform that action at this time.
0 commit comments