Skip to content

Commit df9b32d

Browse files
authored
The build pipelines run again (Baseflow#129)
* Migrated the geocoding to a federated plugin * Updated the changelog * Updated the tests for the new packages * Removed unnecessary .gitignore files and moved the analysis options file * Revert the changes to the geocoding main plugin * Remove some more .gitignore files which * Add newlines at the end of files * Fixed two imports in the example apps * Add workflows for the new android/ios projects * Removed specific versions for the example android app, updated the build workflow * Updated the branches for which we execute the workflows * Fixed the warnings in the example project * some more fixes for the example projects * Two more fixes * Upgrade the compile sdk version to 33, so it works with launch url * Up the android build gradle dependency path * Fixed the background-color * Adjust the distributionUrl * Some settings IOS updates when running the example app * Update some more distribution urls
1 parent 0345409 commit df9b32d

File tree

29 files changed

+300
-272
lines changed

29 files changed

+300
-272
lines changed

geocoding/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.6
2+
3+
- Upgrades `compileSdkVersion` to `33` on Android.
4+
- Fix issues in example project
5+
16
## 2.0.5+1
27

38
- Update pub.dev links

geocoding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ To use this plugin, please follow the installation guide on the [official geocod
2828
>android.useAndroidX=true
2929
>android.enableJetifier=true
3030
>```
31-
>2. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 31:
31+
>2. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 33:
3232
>
3333
>```
3434
>android {
35-
> compileSdkVersion 31
35+
> compileSdkVersion 33
3636
>
3737
> ...
3838
>}

geocoding/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootProject.allprojects {
2222
apply plugin: 'com.android.library'
2323

2424
android {
25-
compileSdkVersion 31
25+
compileSdkVersion 33
2626

2727
defaultConfig {
2828
minSdkVersion 16

geocoding/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip

geocoding/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
2525
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626

2727
android {
28-
compileSdkVersion 31
28+
compileSdkVersion 33
2929

3030
lintOptions {
3131
disable 'InvalidPackage'

geocoding/example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.5.0'
8+
classpath 'com.android.tools.build:gradle:4.1.0'
99
}
1010
}
1111

geocoding/example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip

geocoding/example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>8.0</string>
24+
<string>11.0</string>
2525
</dict>
2626
</plist>

geocoding/example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '9.0'
2+
# platform :ios, '11.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

geocoding/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
97C146E61CF9000F007C117D /* Project object */ = {
166166
isa = PBXProject;
167167
attributes = {
168-
LastUpgradeCheck = 1020;
168+
LastUpgradeCheck = 1300;
169169
ORGANIZATIONNAME = "";
170170
TargetAttributes = {
171171
97C146ED1CF9000F007C117D = {
@@ -332,7 +332,7 @@
332332
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
333333
GCC_WARN_UNUSED_FUNCTION = YES;
334334
GCC_WARN_UNUSED_VARIABLE = YES;
335-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
335+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
336336
MTL_ENABLE_DEBUG_INFO = NO;
337337
SDKROOT = iphoneos;
338338
SUPPORTED_PLATFORMS = iphoneos;
@@ -414,7 +414,7 @@
414414
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
415415
GCC_WARN_UNUSED_FUNCTION = YES;
416416
GCC_WARN_UNUSED_VARIABLE = YES;
417-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
417+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
418418
MTL_ENABLE_DEBUG_INFO = YES;
419419
ONLY_ACTIVE_ARCH = YES;
420420
SDKROOT = iphoneos;
@@ -463,7 +463,7 @@
463463
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
464464
GCC_WARN_UNUSED_FUNCTION = YES;
465465
GCC_WARN_UNUSED_VARIABLE = YES;
466-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
466+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
467467
MTL_ENABLE_DEBUG_INFO = NO;
468468
SDKROOT = iphoneos;
469469
SUPPORTED_PLATFORMS = iphoneos;

0 commit comments

Comments
 (0)