From 36754ba47da7a3277d5be183a523c912a1dc4cef Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 31 三月 2022 15:07:08 +0800 Subject: [PATCH] service服务bug修复 --- src/main/resources/code/android/library-flutter/build.gradle | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/main/resources/code/android/library-flutter/build.gradle b/src/main/resources/code/android/library-flutter/build.gradle index d81fadb..4700f14 100644 --- a/src/main/resources/code/android/library-flutter/build.gradle +++ b/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') } \ No newline at end of file -- Gitblit v1.8.0