App: Upgrade app dependency

This commit is contained in:
Katana
2024-01-12 02:00:16 +08:00
parent 43a56ad249
commit 6b61dfba35
3 changed files with 4 additions and 11 deletions

View File

@@ -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.

View File

@@ -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'
}

View File

@@ -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'