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