apply plugin: 'com.huawei.ohos.hap' apply plugin: 'com.huawei.ohos.decctest' ohos { compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } buildTypes { release { proguardOpt { proguardEnabled false rulesFiles 'proguard-rules.pro' } } } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) // implementation project(path: ':flipviewpager') implementation('com.gitee.chinasoft_ohos:FlipViewPager.Draco:0.0.3-SNAPSHOT') testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' } decc { supportType = ['html', 'xml'] }