chore: clean up

This commit is contained in:
2023-10-31 04:19:26 +08:00
parent b3cdc3a8c8
commit eb4815f12e
3 changed files with 2 additions and 15 deletions

View File

@@ -28,18 +28,6 @@ libraries:
version: 3.3.0-alpha02-0.4.0 version: 3.3.0-alpha02-0.4.0
paging-compose-common: paging-compose-common:
version-ref: <this>::paging-common version-ref: <this>::paging-common
androidx.compose:
compose-bom:
version: 2023.09.02
androidx.compose.foundation:
foundation:
version: <no-spec>
androidx.compose.ui:
ui:
version: <no-spec>
androidx.compose.material3:
material3:
version: <no-spec>
androidx.activity: androidx.activity:
activity: activity:
version: 1.8.0 version: 1.8.0

View File

@@ -30,7 +30,6 @@ android {
targetSdk = property.project.android.targetSdk targetSdk = property.project.android.targetSdk
versionName = property.project.samples.androidApp.versionName versionName = property.project.samples.androidApp.versionName
versionCode = property.project.samples.androidApp.versionCode versionCode = property.project.samples.androidApp.versionCode
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {
release { release {

View File

@@ -1,3 +1,3 @@
TEAM_ID= TEAM_ID=
BUNDLE_ID=com.myapplication.MyApplication BUNDLE_ID=eu.wewox.pagecurl
APP_NAME=PageCurl APP_NAME=PageCurl