-
Notifications
You must be signed in to change notification settings - Fork 746
IDE-264 Updated all related dependencies and migrated to targetSDKVersion 34 #5111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
68f792c
d6025da
3e0b973
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,4 +24,5 @@ | |
|
|
||
| <resources> | ||
| <string name="app_name">Pocket Code</string> | ||
| <string name="project_id">""</string> | ||
| </resources> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,3 +32,7 @@ android.useAndroidX=true | |
| android.enableJetifier=true | ||
|
|
||
| org.gradle.caching=false | ||
| android.nonTransitiveRClass=false | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Our app is basically a single module app, so we do not need to switch this off. If we migrate our app to a multi module architecture, it will significantly improve the build process if this is set to |
||
| android.nonFinalResIds=false | ||
| android.enableResourceValidation=false | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We need to enable this because, although the build process succeeds, missing R values are only checked at runtime, which can lead to bugs. |
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| #Fri Jun 09 18:08:52 CEST 2023 | ||
| #Fri Jan 10 11:36:51 CET 2025 | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip | ||
| zipStoreBase=GRADLE_USER_HOME | ||
| zipStorePath=wrapper/dists |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please just use
agp_versioninstead ofagp_version1.