8 Commits

Author SHA1 Message Date
Katana
ad9a9c3b47 Upgrade dependencies 2025-10-24 11:39:08 +08:00
Katana
3eea6736c0 Upgrade 2025-07-09 15:33:48 +08:00
Katana
347bd3fc73 Upgrade 2025-05-13 12:00:41 +08:00
Katana
b1e69d124b Upgrade deps 2025-04-03 16:04:42 +08:00
Katana
acebffc1d9 UX: Sync with Android 15+ upstream 2025-03-03 15:34:06 +08:00
Katana
9a98f17f65 Upgrade 2025-03-03 15:31:19 +08:00
Katana
5a9a694c33 Support Android 16 2025-01-13 12:30:46 +08:00
Katana
6874df5925 Upd 2024-11-26 16:42:50 +08:00
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
compileSdk 35
compileSdkPreview "Baklava"
defaultConfig {
applicationId "net_62v.launcher"
minSdkVersion 21

View File

@@ -16,7 +16,7 @@
<!-- Full screen view projects under the status bar and contains the background -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res-auto"
android:fitsSystemWindows="true"
android:id="@+id/launcher"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -7,8 +7,8 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20'
classpath 'com.android.tools.build:gradle:8.13.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}