-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Update gradle version to 8.7 #22206
base: main
Are you sure you want to change the base?
Update gradle version to 8.7 #22206
Changes from 3 commits
50981a1
54cce11
a7b1370
2d09024
70308f4
82ab4ee
876eb4a
9b60ae7
aa613aa
c5baa3b
963f379
0f7003b
53dc498
ccc3028
8fbf193
ab98a79
b1c2f9c
7da268d
485de16
feff4ca
9a7d008
44ca723
6d6fda5
0edd95f
228c0b3
2b2cfc8
f1de779
e3bb6b8
7412aeb
6c2e71d
33ee3ee
8f02cbb
1a6e6ab
856ac62
52a52b2
22c0a9a
870b48b
84271dc
d5c5829
a50f645
25be09e
797bdc6
c9ee66e
4349764
cbb0f79
0280f7e
3cd92d1
3387f33
e540496
93fc5ef
2aa8e0b
f32cc6f
dba1505
0239015
02ad09f
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
#Tue Jan 26 17:36:02 PST 2021 | ||
android.enableJetifier=true | ||
android.useAndroidX=true | ||
OnnxruntimeModule_buildToolsVersion=29.0.2 | ||
OnnxruntimeModule_buildToolsVersion=30.0.3 | ||
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. So should we specify the 34+ build tools here if it's going to be forced to that anyway? 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. For this MR, I am only updating the 'com.android.tools.build:gradle:7.4.2' insead of the 'com.android.tools.build:gradle:8.5'. So, the required build tool version is only 30.0.3. 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. In a separated PR when the com.android.tools.build:gradle is 8.5+ the required version of Android SDK Build Tools then become 34.0.0 |
||
OnnxruntimeModule_compileSdkVersion=31 | ||
OnnxruntimeModule_minSdkVersion=21 | ||
OnnxruntimeModule_targetSdkVersion=31 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionSha256Sum=7faa7198769f872826c8ef4f1450f839ec27f0b4d5d1e51bade63667cbccd205 | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip | ||
distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26 | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
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.
Changes from this file is generated by ./gradlew wrapper --gradle-version=8.10.2 --distribution-type=bin