mirror of
https://github.com/Katana-Official/SPatch-Update.git
synced 2026-04-25 22:40:02 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb84971504 | ||
|
|
ad9a9c3b47 | ||
|
|
3eea6736c0 |
@@ -5,7 +5,7 @@
|
|||||||
## Commercial Indication
|
## Commercial Indication
|
||||||
You can use this project freely, and we'd recommend you to contact us for el further sdk support.
|
You can use this project freely, and we'd recommend you to contact us for el further sdk support.
|
||||||
[Join our grupo for el sdk & usage support.](https://t.me/foxiteu), or you can connect me by my email.
|
[Join our grupo for el sdk & usage support.](https://t.me/foxiteu), or you can connect me by my email.
|
||||||
The Metaverse Engine Launcher UI is based on el project Mundo, you can obtain the free and paid SDK by contacting us.
|
The Metaverse Engine Launcher UI is based on the project Mundo, you can obtain the free and paid SDK by contacting us.
|
||||||
Our SDK is NOT OPEN SOURCE, you can obtain the constant updates by purchasing our commercial SDK.
|
Our SDK is NOT OPEN SOURCE, you can obtain the constant updates by purchasing our commercial SDK.
|
||||||
|
|
||||||
## About us
|
## About us
|
||||||
@@ -31,7 +31,7 @@ Email: 1@die.lu
|
|||||||
Telegram: [https://t.me/foxiteu](https://t.me/foxiteu)
|
Telegram: [https://t.me/foxiteu](https://t.me/foxiteu)
|
||||||
|
|
||||||
### All APIs Details (Before you create your project)
|
### All APIs Details (Before you create your project)
|
||||||
API Documentation link: [https://mundo.bienvenido.top/](https://mundo.bienvenido.top/)
|
API Documentation link: [https://bienvenido.top/](https://bienvenido.top/)
|
||||||
|
|
||||||
### Sample code for starters and noobs
|
### Sample code for starters and noobs
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@ or
|
|||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
Read more documents on [https://mundo.bienvenido.top/](https://mundo.bienvenido.top/)
|
Read more documents on [https://bienvenido.top/](https://bienvenido.top/)
|
||||||
|
|
||||||
### Change logs
|
### Change logs
|
||||||
#### Oct. 2023
|
#### Oct. 2023
|
||||||
|
|||||||
@@ -1,12 +1,11 @@
|
|||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
apply plugin: 'kotlin-android'
|
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkPreview "Baklava"
|
compileSdk 37
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "net_62v.launcher"
|
applicationId "net_62v.launcher"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdk 35
|
targetSdk 37
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
android {
|
android {
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ buildscript {
|
|||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:8.10.0'
|
classpath 'com.android.tools.build:gradle:9.2.0'
|
||||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0-Beta2'
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user