File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ apply from: '../signing.gradle'
44
55android {
66 namespace ' me.zhanghai.android.textselectionwebsearch'
7- compileSdk 34
8- buildToolsVersion = ' 34.0.0 '
7+ buildToolsVersion = ' 36.0.0 '
8+ compileSdk 36
99 defaultConfig {
1010 applicationId ' me.zhanghai.android.textselectionwebsearch'
1111 minSdk 23
12- targetSdk 34
12+ targetSdk 36
1313 versionCode 6
1414 versionName ' 1.1.2'
1515 }
@@ -28,11 +28,12 @@ android {
2828
2929dependencies {
3030 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
31- implementation ' androidx.annotation:annotation:1.6.0 '
32- implementation (' androidx.browser:browser:1.6 .0' ) {
31+ implementation ' androidx.annotation:annotation:1.9.1 '
32+ implementation (' androidx.browser:browser:1.8 .0' ) {
3333 exclude group : ' androidx.collection'
3434 exclude group : ' androidx.lifecycle'
3535 exclude group : ' androidx.versionedparcelable'
3636 exclude group : ' com.google.guava'
37+ exclude group : ' org.jetbrains.kotlin'
3738 }
3839}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 mavenCentral()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:8.1.1 '
9+ classpath ' com.android.tools.build:gradle:8.11.0 '
1010
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 11# Project-wide Gradle settings.
2-
32# IDE (e.g. Android Studio) users:
43# Gradle settings configured through the IDE *will override*
54# any settings specified in this file.
6-
75# For more details on how to configure your build environment visit
86# http://www.gradle.org/docs/current/userguide/build_environment.html
9-
107# Specifies the JVM arguments used for the daemon process.
118# The setting is particularly useful for tweaking memory settings.
12- org.gradle.jvmargs =-Xmx1536m
13-
9+ org.gradle.jvmargs =-Xmx2048m
1410# When configured, Gradle will run in incubating parallel mode.
1511# This option should only be used with decoupled projects. More details, visit
1612# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1713# org.gradle.parallel=true
18-
19- android.enableJetifier =true
14+ # AndroidX package structure to make it clearer which packages are bundled with the
15+ # Android operating system, and which are packaged with your app"s APK
16+ # https://developer.android.com/topic/libraries/support-library/androidx-rn
2017android.useAndroidX =true
18+ # Kotlin code style for this project: "official" or "obsolete":
19+ kotlin.code.style =official
Original file line number Diff line number Diff line change 11# Thu Sep 23 01:27:10 PDT 2021
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -all.zip
44distributionPath =wrapper/dists
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments