Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
761baf3
Update annotation and espresso dependencies
reidbaker Feb 22, 2023
223cdb2
Merge branch 'main' into update-dependencies-2023-02-22
reidbaker Feb 23, 2023
e028fbe
Merge branch 'flutter:main' into update-dependencies-2023-02-22
reidbaker Feb 24, 2023
1d04d7f
Migrate camera_android to use flutter.compileSdkVersion
reidbaker Feb 24, 2023
843b10f
Migrate camera_android_camerax to use flutter.compileSdkVersion
reidbaker Feb 24, 2023
078d215
Migrate camera_camera to use flutter.compileSdkVersion
reidbaker Feb 24, 2023
339206e
Migrate espresso to use flutter.compileSdkVersion
reidbaker Feb 24, 2023
11eccdc
Mass replace for flutter.compileSdkVersion on all "apps"
reidbaker Feb 24, 2023
adfe247
Mass update non app build.gradle files to compileSdkVersion 33
reidbaker Feb 24, 2023
19e76f6
Update changelog next
reidbaker Feb 24, 2023
37e1e27
Fix misspelling and combine annotation update with compileSdkVersion …
reidbaker Feb 24, 2023
09d7740
Remove web changelog, update messages to apply to only the changes fo…
reidbaker Feb 27, 2023
f1bb19e
Remove all changelog changes from packages that did not have a build.…
reidbaker Feb 28, 2023
27d7b8e
Merge remote-tracking branch 'origin/main' into update-dependencies-2…
reidbaker Feb 28, 2023
50f8456
formatting update
reidbaker Feb 28, 2023
0754cfc
Add copyright to multidex application because it fails repro checks
reidbaker Feb 28, 2023
1931da2
Remove more unneeded changelog files unrelated to android
reidbaker Mar 1, 2023
78f1565
Merge remote-tracking branch 'origin/main' into update-dependencies-2…
reidbaker Mar 1, 2023
a6b5256
Remove CHANGELOG entries for packages where only the example app was …
reidbaker Mar 1, 2023
677bd6e
Fix bad merge in changelog files and change update to updates in rema…
reidbaker Mar 1, 2023
e6f1bc8
Fix more update -> updates
reidbaker Mar 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Mass update non app build.gradle files to compileSdkVersion 33
  • Loading branch information
reidbaker committed Feb 24, 2023
commit adfe247d4bdab9c2d93b039a99a39944fa4cbcba
2 changes: 1 addition & 1 deletion packages/camera/camera_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ project.getTasks().withType(JavaCompile){
apply plugin: 'com.android.library'

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
targetSdkVersion 31
Expand Down
2 changes: 1 addition & 1 deletion packages/espresso/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 31
compileSdkVersion 33

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 31
compileSdkVersion 33

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ project.getTasks().withType(JavaCompile){
apply plugin: 'com.android.library'

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 19
Expand Down