Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 477c1bf3d4 | |||
| 593d495431 |
+5
-1
@@ -20,10 +20,14 @@ 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 30
|
||||
compileSdkVersion flutter.compileSdkVersion
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
#import <Flutter/Flutter.h>
|
||||
#import <TargetConditionals.h>
|
||||
#import <TargetConditionals.h>
|
||||
|
||||
@interface VibratePlugin : NSObject<FlutterPlugin>
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user