File tree Expand file tree Collapse file tree
AndroidFilePickerLightLibrary Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ android {
4848 defaultConfig {
4949
5050 minSdkVersion 29
51- targetSdkVersion 30
51+ targetSdkVersion 35
5252 compileSdkVersion 35
5353 compileSdk 35
5454 versionCode 23
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
99
1010 applicationId " com.maxieds.androidfilepickerlight"
1111 minSdkVersion 29
12- targetSdkVersion 30
12+ targetSdkVersion 35
1313 versionCode 4
1414 versionName " 1.3.0"
1515 buildFeatures. buildConfig = true
Original file line number Diff line number Diff line change 66# http://www.gradle.org/docs/current/userguide/build_environment.html
77# Specifies the JVM arguments used for the daemon process.
88# The setting is particularly useful for tweaking memory settings.
9- org.gradle.jvmargs =-Xmx2048m -Dfile.encoding=UTF-8 -Xlint:deprecation
9+ org.gradle.jvmargs =-Xmx2048m -Dfile.encoding=UTF-8
1010# When configured, Gradle will run in incubating parallel mode.
1111# This option should only be used with decoupled projects. For more details, visit
1212# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
You can’t perform that action at this time.
0 commit comments