-
Notifications
You must be signed in to change notification settings - Fork 44
Bump the androidx group with 6 updates #43
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
Changes from 4 commits
0e7cc95
15b8272
01bc0c9
34e6d42
8bcf746
172bad8
cab8c9b
fb4f7a5
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,6 +2,9 @@ apply plugin: 'com.android.application' | |||||
|
|
||||||
| android { | ||||||
| compileSdk 33 | ||||||
| buildFeatures { | ||||||
| buildConfig true | ||||||
| } | ||||||
| defaultConfig { | ||||||
| applicationId "me.ghui.v2er" | ||||||
| minSdkVersion 27 | ||||||
|
|
@@ -70,21 +73,21 @@ android { | |||||
|
|
||||||
| dependencies { | ||||||
| implementation fileTree(include: ['*.jar'], dir: 'libs') | ||||||
| androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', { | ||||||
| androidTestImplementation('androidx.test.espresso:espresso-core:3.6.1', { | ||||||
| exclude group: 'com.android.support', module: 'support-annotations' | ||||||
| exclude group: 'com.google.code.findbugs' | ||||||
| }) | ||||||
| testImplementation 'junit:junit:4.13.2' | ||||||
|
|
||||||
| implementation 'androidx.appcompat:appcompat:1.3.0' | ||||||
| implementation 'androidx.appcompat:appcompat:1.6.1' | ||||||
| implementation 'com.google.android.material:material:1.3.0' | ||||||
| implementation 'androidx.recyclerview:recyclerview:1.2.0' | ||||||
| implementation 'androidx.recyclerview:recyclerview:1.3.2' | ||||||
|
||||||
| implementation 'androidx.recyclerview:recyclerview:1.3.2' | |
| implementation 'androidx.recyclerview:recyclerview:1.4.0' |
Outdated
Copilot
AI
Jul 9, 2025
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.
The browser version (1.7.0) does not match the intended bump to 1.8.0; please update to 1.8.0.
| implementation 'androidx.browser:browser:1.7.0' | |
| implementation 'androidx.browser:browser:1.8.0' |
Copilot
AI
Jul 9, 2025
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.
The constraintlayout version (2.1.4) does not match the intended bump to 2.2.1; please update to 2.2.1.
| implementation 'androidx.constraintlayout:constraintlayout:2.1.4' | |
| implementation 'androidx.constraintlayout:constraintlayout:2.2.1' |
Outdated
Copilot
AI
Jul 9, 2025
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.
The annotation version (1.7.1) does not match the intended bump to 1.9.1; please update to 1.9.1.
| implementation "androidx.annotation:annotation:1.7.1" | |
| implementation "androidx.annotation:annotation:1.9.1" |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |||||
| # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||||||
| # org.gradle.parallel=true | ||||||
| #Sat Mar 04 11:07:15 CST 2017 | ||||||
| org.gradle.jvmargs=-Xmx1536M \ | ||||||
| org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m \ | ||||||
|
||||||
| org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m \ | |
| org.gradle.jvmargs=-Xmx2048M -XX:MaxMetaspaceSize=512m \ |
Copilot
AI
Jul 9, 2025
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.
[nitpick] If this proxy setting is no longer needed, consider removing the commented line instead of retaining it.
| # systemProp.http.proxyPort=6153 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-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.
The appcompat version (1.6.1) does not match the intended bump to 1.7.1 in the PR description; please update to 1.7.1.