admin
2022-03-31 36754ba47da7a3277d5be183a523c912a1dc4cef
src/main/resources/code/android/library-flutter/build.gradle
@@ -6,7 +6,6 @@
    compileSdkVersion 31
    defaultConfig {
        applicationId "com.demo.library_flutter"
        minSdkVersion 19
        targetSdkVersion 31
        versionCode 1
@@ -20,9 +19,9 @@
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }
        profile {
            initWith debug
        }
//        profile {
//            initWith release
//        }
    }
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
@@ -37,10 +36,10 @@
    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')
}