Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e66b9c378 | |||
| 653bbb8c85 |
+1
-5
@@ -20,14 +20,10 @@ rootProject.allprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
apply plugin: 'dev.flutter.flutter-gradle-plugin'
|
|
||||||
apply plugin: 'dev.flutter.flutter-gradle-plugin'
|
|
||||||
apply plugin: 'dev.flutter.flutter-gradle-plugin'
|
|
||||||
apply plugin: 'dev.flutter.flutter-gradle-plugin'
|
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace "flutter.plugins.vibrate"
|
namespace "flutter.plugins.vibrate"
|
||||||
compileSdkVersion flutter.compileSdkVersion
|
compileSdkVersion 30
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
#import <Flutter/Flutter.h>
|
#import <Flutter/Flutter.h>
|
||||||
|
#import <TargetConditionals.h>
|
||||||
|
#import <TargetConditionals.h>
|
||||||
|
|
||||||
@interface VibratePlugin : NSObject<FlutterPlugin>
|
@interface VibratePlugin : NSObject<FlutterPlugin>
|
||||||
@end
|
@end
|
||||||
|
|||||||
Reference in New Issue
Block a user