mirror of
https://github.com/Katana-Official/SPatch-Update.git
synced 2026-03-25 05:59:46 +08:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad9a9c3b47 | ||
|
|
3eea6736c0 | ||
|
|
347bd3fc73 | ||
|
|
b1e69d124b | ||
|
|
acebffc1d9 | ||
|
|
9a98f17f65 | ||
|
|
5a9a694c33 | ||
|
|
6874df5925 |
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
|
|||||||
apply plugin: 'kotlin-android'
|
apply plugin: 'kotlin-android'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdk 35
|
compileSdkPreview "Baklava"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "net_62v.launcher"
|
applicationId "net_62v.launcher"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<!-- Full screen view projects under the status bar and contains the background -->
|
<!-- Full screen view projects under the status bar and contains the background -->
|
||||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
||||||
|
android:fitsSystemWindows="true"
|
||||||
android:id="@+id/launcher"
|
android:id="@+id/launcher"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ buildscript {
|
|||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:8.7.0'
|
classpath 'com.android.tools.build:gradle:8.13.0'
|
||||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20'
|
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21'
|
||||||
// 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