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 11package: 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'
33targetSdkVersion:'35'
44uses-permission: name='android.permission.INTERNET'
55uses-permission: name='android.permission.ACCESS_NETWORK_STATE'
Original file line number Diff line number Diff line change 22accompanist = " 0.37.0"
33androidDesugarJdkLibs = " 2.1.4"
44# 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 "
77androidxActivity = " 1.9.3"
88androidxAppCompat = " 1.7.0"
99androidxBrowser = " 1.8.0"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
45networkTimeout =10000
56validateDistributionUrl =true
67zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 8686# shellcheck disable=SC2034
8787APP_BASE_NAME=${0##*/ }
8888# 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
9190
9291# Use the maximum available, or set MAX_FD != -1 to use that value.
9392MAX_FD=maximum
You can’t perform that action at this time.
0 commit comments