Skip to content

Commit

Permalink
App: Upgrade app dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialKatana committed Jan 11, 2024
1 parent 43a56ad commit 6b61dfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions README.md
Expand Up @@ -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(
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -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'
}
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -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'
Expand Down

0 comments on commit 6b61dfb

Please sign in to comment.