File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
package: name='com.google.samples.apps.nowinandroid' versionCode='8' versionName='0.1.2' platformBuildVersionName='15' platformBuildVersionCode='35' compileSdkVersion='35' compileSdkVersionCodename='15'
2
- sdkVersion :'21'
2
+ minSdkVersion :'21'
3
3
targetSdkVersion:'35'
4
4
uses-permission: name='android.permission.INTERNET'
5
5
uses-permission: name='android.permission.ACCESS_NETWORK_STATE'
Original file line number Diff line number Diff line change 2
2
accompanist = " 0.37.0"
3
3
androidDesugarJdkLibs = " 2.1.4"
4
4
# AGP and tools should be updated together
5
- androidGradlePlugin = " 8.7.3 "
6
- androidTools = " 31.7.3 "
5
+ androidGradlePlugin = " 8.9.0 "
6
+ androidTools = " 31.9.0 "
7
7
androidxActivity = " 1.9.3"
8
8
androidxAppCompat = " 1.7.0"
9
9
androidxBrowser = " 1.8.0"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13-bin.zip
4
+ distributionSha256Sum =20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
4
5
networkTimeout =10000
5
6
validateDistributionUrl =true
6
7
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 86
86
# shellcheck disable=SC2034
87
87
APP_BASE_NAME=${0##*/ }
88
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89
- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90
- ' " $PWD " ) || exit
89
+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
91
90
92
91
# Use the maximum available, or set MAX_FD != -1 to use that value.
93
92
MAX_FD=maximum
You can’t perform that action at this time.
0 commit comments