Skip to content

Commit 5cbe268

Browse files
committed
upgraded android version
1 parent 5f6e3a2 commit 5cbe268

13 files changed

+252
-148
lines changed

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/deploymentTargetDropDown.xml

Lines changed: 5 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kotlinc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/migrations.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ systemProp.sonar.sources=./src/main
2727
systemProp.sonar.host.url=https://sonarcloud.io/
2828
systemProp.sonar.organization=pseudoankit
2929
systemProp.sonar.projectKey=pseudoankit_Tasky
30-
systemProp.sonar.projectName=Tasky
30+
systemProp.sonar.projectName=Tasky
31+
android.defaults.buildfeatures.buildconfig=true
32+
android.nonFinalResIds=false

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version-name = "1.0.0"
1818
jvmTarget = "11" # when modifying make sure to update all usage of `JavaVersion.VERSION_11`
1919

2020
[libraries]
21-
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "7.4.0" }
21+
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.7.3" }
2222

2323
#AndroidX
2424
androidx-appShortcut = { module = "androidx.core:core-google-shortcuts", version = "1.1.0" }

gradle/wrapper/gradle-wrapper.jar

-15.3 KB
Binary file not shown.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Fri Mar 10 08:46:43 IST 2023
21
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
42
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME
7+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)