Skip to content

Commit 6e87a45

Browse files
committed
wifi_iot: revert changes that were unnecessary for fixing builds with flutter v3.29
1 parent e86378f commit 6e87a45

File tree

5 files changed

+341
-415
lines changed

5 files changed

+341
-415
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ unlinked_spec.ds
4141
**/pubspec.lock
4242
.fvm/
4343
.fvmrc
44+
.cxx/
4445

4546
# Coverage
4647
coverage/

packages/wifi_iot/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:8.2.2'
11+
classpath 'com.android.tools.build:gradle:8.2.0'
1212
}
1313
}
1414

@@ -24,10 +24,10 @@ apply plugin: 'com.android.library'
2424
android {
2525
namespace 'com.alternadom.wifiiot'
2626

27-
compileSdkVersion 35
27+
compileSdkVersion 34
2828

2929
defaultConfig {
30-
minSdkVersion 23
30+
minSdkVersion 16
3131
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3232
}
3333
lintOptions {

0 commit comments

Comments
 (0)