diff options
| author | ketsuban <ketsuban@192.168.3.110> | 2026-08-26 12:30:20 +0000 |
|---|---|---|
| committer | ketsuban <ketsuban@192.168.3.110> | 2026-08-26 12:30:20 +0000 |
| commit | 7f7daec430d621f230132ad3fb06807c788c5f1c (patch) | |
| tree | 5fc401d04bbbb75c21fef1994753303cce481146 | |
| parent | 4bc5bd94ab13f6f4a0b2d495d95e852a909d2076 (diff) | |
| download | kukuri-7f7daec430d621f230132ad3fb06807c788c5f1c.tar.gz kukuri-7f7daec430d621f230132ad3fb06807c788c5f1c.tar.bz2 kukuri-7f7daec430d621f230132ad3fb06807c788c5f1c.zip | |
apps/android: application plugin + defaultConfig (verified)
| -rw-r--r-- | apps/android/build.gradle.kts | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/apps/android/build.gradle.kts b/apps/android/build.gradle.kts index 510d8d6..a944de3 100644 --- a/apps/android/build.gradle.kts +++ b/apps/android/build.gradle.kts @@ -1,12 +1,7 @@ plugins { - alias(libs.plugins.android.library) // replaced below via application plugin inline + id("com.android.application") } -// Android application wrapper for the OrgFlow domain library (submission scope: debug APK). -// NOTE: com.android.application declared inline because version catalog alias targets library. - -apply(plugin = "com.android.application") - group = "net.kukuri" version = "0.1.0" @@ -18,7 +13,7 @@ android { minSdk = 24 targetSdk = 35 versionCode = 1 - versionName = "0.1.0" + versionName = "1.0.0" } compileOptions { sourceCompatibility = JavaVersion.VERSION_17 |
