You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Depend on the plug-in in `build.gradle` in the **project root directory**
28
28
29
29
plugins {
30
30
//👇Required item (1)👈 apply is set to true to automatically apply debugMode to all modules, If false, follow step 5 below to configure debugMode in manual mode.
31
-
id "io.github.flyjingfish.androidaop" version "2.6.9" apply true
31
+
id "io.github.flyjingfish.androidaop" version "2.7.0" apply true
32
32
}
33
33
```
34
34
@@ -40,7 +40,7 @@ Depend on the plug-in in `build.gradle` in the **project root directory**
//👇Add this sentence to automatically apply debugMode to all modules. If not, follow step 5 below to configure debugMode in manual mode.
@@ -56,7 +56,7 @@ Depend on the plug-in in `build.gradle` in the **project root directory**
56
56
57
57
plugins {
58
58
//👇Required item (1)👈 apply is set to true to automatically apply debugMode to all modules, If false, follow step 5 below to configure debugMode in manual mode.
59
-
id("io.github.flyjingfish.androidaop") version "2.6.9" apply true
59
+
id("io.github.flyjingfish.androidaop") version "2.7.0" apply true
60
60
}
61
61
```
62
62
@@ -68,7 +68,7 @@ Depend on the plug-in in `build.gradle` in the **project root directory**
0 commit comments