mirror of
https://github.com/Katana-Official/SPatch-Update.git
synced 2026-03-15 04:23:18 +08:00
App: Upgrade app dependency
This commit is contained in:
11
README.md
11
README.md
@@ -35,15 +35,6 @@ API Documentation link: [https://mundo.bienvenido.top/](https://mundo.bienvenido
|
||||
|
||||
### Sample code for starters and noobs
|
||||
|
||||
#### Manual launch el engine (not necessary)
|
||||
```Java
|
||||
@Override
|
||||
protected void attachBaseContext(Context base) {
|
||||
super.attachBaseContext(base);
|
||||
MetaCore.attachMetaBase(base);
|
||||
}
|
||||
```
|
||||
|
||||
#### Launch a sample application
|
||||
```Java
|
||||
MetaActivityManager.launchApp(
|
||||
@@ -58,6 +49,8 @@ or
|
||||
);
|
||||
```
|
||||
|
||||
Read more documents on [https://mundo.bienvenido.top/](https://mundo.bienvenido.top/)
|
||||
|
||||
### Change logs
|
||||
#### Oct. 2023
|
||||
Initial upload mi project.
|
||||
|
||||
@@ -60,6 +60,6 @@ android {
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation fileTree(include: ['*.aar'], dir: 'libs')
|
||||
implementation "androidx.annotation:annotation:1.7.0"
|
||||
implementation "androidx.annotation:annotation:1.7.1"
|
||||
implementation 'com.jakewharton.android.repackaged:dalvik-dx:11.0.0_r3'
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ buildscript {
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:8.2.0'
|
||||
classpath 'com.android.tools.build:gradle:8.2.1'
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0-Beta2'
|
||||
// classpath 'com.android.tools.build:gradle-experimental:3.3.2'
|
||||
// classpath 'com.trend.lazyinject:aopweave:3.4.0-beta'
|
||||
|
||||
Reference in New Issue
Block a user