| | |
| | | compileSdkVersion 31 |
| | | |
| | | defaultConfig { |
| | | applicationId "com.demo.library_flutter" |
| | | minSdkVersion 19 |
| | | targetSdkVersion 31 |
| | | versionCode 1 |
| | |
| | | minifyEnabled false |
| | | proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' |
| | | } |
| | | profile { |
| | | initWith debug |
| | | } |
| | | // profile { |
| | | // initWith release |
| | | // } |
| | | } |
| | | compileOptions { |
| | | sourceCompatibility JavaVersion.VERSION_1_8 |
| | |
| | | implementation 'androidx.constraintlayout:constraintlayout:2.0.4' |
| | | implementation project(path: ':library-ad') |
| | | implementation project(path: ':library-common') |
| | | testImplementation 'junit:junit:4.+' |
| | | |
| | | androidTestImplementation 'androidx.test.ext:junit:1.1.2' |
| | | androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' |
| | | |
| | | api project(':flutter') |
| | | api project(':flutter_boost') |
| | | api project(path: ':flutter') |
| | | api project(path: ':flutter_boost') |
| | | } |