File tree 3 files changed +22
-1
lines changed
3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Add project specific ProGuard rules here.
2
+ # By default, the flags in this file are appended to flags specified
3
+ # in D:\Android\sdkN/tools/proguard/proguard-android.txt
4
+ # You can edit the include path and order by changing the proguardFiles
5
+ # directive in build.gradle.
6
+ #
7
+ # For more details, see
8
+ # http://developer.android.com/guide/developing/tools/proguard.html
9
+
10
+ # Add any project specific keep options here:
11
+
12
+ # If your project uses WebView with JS, uncomment the following
13
+ # and specify the fully qualified class name to the JavaScript interface
14
+ # class:
15
+ #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
16
+ # public *;
17
+ #}
18
+ -keep class androidx.startup.AppInitializer
19
+ -keep class * extends androidx.startup.Initializer
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
}
14
14
dependencies {
15
15
// https://developer.android.com/studio/releases/gradle-plugin?hl=zh-cn
16
- classpath ' com.android.tools.build:gradle:4.1.3 '
16
+ classpath " com.android.tools.build:gradle:$a gp_version "
17
17
classpath Deps . kotlinPlugin
18
18
// protocol buffer插件:https://github.com/google/protobuf-gradle-plugin
19
19
classpath ' com.google.protobuf:protobuf-gradle-plugin:0.8.17'
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ android.enableJetifier=true
19
19
compileDialogWithSource =true
20
20
compileMVPager2WithSource =true
21
21
22
+ agp_version =4.1.3
23
+
22
24
# Blog: https://guolin.blog.csdn.net/article/details/119706565
23
25
# Maven publish: https://s01.oss.sonatype.org/#stagingRepositories
24
26
# ----------------Mavenstart----------------
You can’t perform that action at this time.
0 commit comments