File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ plugins {
66
77android {
88 namespace = " com.bharathvishal.textfilegeneratorbenchmark"
9- compileSdk = 34
9+ compileSdk = 35
1010 defaultConfig {
1111 applicationId = " com.bharathvishal.textfilegeneratorbenchmark"
1212 vectorDrawables {
1313 useSupportLibrary = true
1414 }
1515 minSdk = 23
16- targetSdk = 34
17- versionCode = 95
18- versionName = " 2.9 "
16+ targetSdk = 35
17+ versionCode = 96
18+ versionName = " 3.0 "
1919 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2020 }
2121 buildFeatures {
@@ -49,7 +49,7 @@ android {
4949 jvmTarget = " 17"
5050 }
5151 composeOptions {
52- kotlinCompilerExtensionVersion = " 1.5.14 "
52+ kotlinCompilerExtensionVersion = " 1.5.15 "
5353 }
5454
5555 packaging {
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.5 .0"
2+ agp = " 8.6 .0"
33appCompatVer =" 1.7.0"
44kotlinxCoroutinesVer =" 1.7.3"
55coilVer =" 2.6.0"
@@ -9,15 +9,15 @@ constraintlayoutVer="2.1.4"
99coreKtxVer = " 1.13.1"
1010glideVer =" 4.16.0"
1111cardViewVer =" 1.0.0"
12- compose3MaterialVer =" 1.2.1 "
13- lifecycleRuntimeKtxVer =" 2.8.2 "
14- activityComposeVer =" 1.9.0 "
15- composeUItestVer =" 1.6.8 "
16- uitoolingVer =" 1.6.8 "
17- uitoolingpreviewVer =" 1.6.8 "
12+ compose3MaterialVer =" 1.3.0 "
13+ lifecycleRuntimeKtxVer =" 2.8.5 "
14+ activityComposeVer =" 1.9.2 "
15+ composeUItestVer =" 1.7.1 "
16+ uitoolingVer =" 1.7.1 "
17+ uitoolingpreviewVer =" 1.7.1 "
1818splashScreenVer =" 1.0.1"
1919junitVersion = " 4.13.2"
20- materialiconsVer =" 1.6.8 "
20+ materialiconsVer =" 1.7.1 "
2121espressoCoreVer = " 3.6.1"
2222accompanistVer = " 0.28.0"
2323
You can’t perform that action at this time.
0 commit comments