File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed
Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ plugins {
88}
99
1010android {
11+ buildFeatures.buildConfig = true
1112 compileSdk = libs.versions.compileSdk.get().toInt()
12-
13+ namespace = " com.amrdeveloper.linkhub "
1314 defaultConfig {
1415 applicationId = " com.amrdeveloper.linkhub"
1516 minSdk = libs.versions.minSdk.get().toInt()
@@ -36,8 +37,8 @@ android {
3637 }
3738
3839 compileOptions {
39- sourceCompatibility = JavaVersion .VERSION_17
40- targetCompatibility = JavaVersion .VERSION_17
40+ sourceCompatibility = JavaVersion .VERSION_21
41+ targetCompatibility = JavaVersion .VERSION_21
4142 }
4243
4344 buildFeatures {
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ org.gradle.parallel=true
1212room.incremental =true
1313
1414android.useAndroidX =true
15- kotlin.code.style =official
15+ kotlin.code.style =official
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 1.9.10 "
3- androidGradlePlugin = " 7.4.2 "
2+ kotlin = " 2.0.21 "
3+ androidGradlePlugin = " 8.7.3 "
44compileSdk = " 34"
55targetSdk = " 34"
66minSdk = " 19"
@@ -23,11 +23,11 @@ multidex = "2.0.1"
2323navigation-fragment-ktx = " 2.7.4"
2424navigation-safeargs = " 2.7.4"
2525room = " 2.6.0"
26- hilt = " 2.48 "
26+ hilt = " 2.51.1 "
2727legacy_support = " 1.0.0"
2828timber = " 4.7.1"
2929truth = " 1.0.1"
30- ksp = " 1.9.20 -1.0.14 "
30+ ksp = " 2.0.21 -1.0.27 "
3131
3232[libraries ]
3333androidx-appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " appcompat" }
Original file line number Diff line number Diff line change 1- # Wed Jun 09 17: 20:11 EET 2021
1+ # Sun Feb 23 20:00:02 CET 2025
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
43distributionPath =wrapper/dists
5- zipStorePath = wrapper/dists
4+ distributionUrl = https\://services.gradle.org/distributions/gradle-8.9-bin.zip
65zipStoreBase =GRADLE_USER_HOME
6+ zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments