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 1+ plugins {
2+
3+ // id 'com.android.application' version '9.0.0' apply false
4+ // id 'com.android.library' version '9.0.0' apply false
5+
6+ }
7+
18apply plugin : ' com.android.library'
29
310import java.text.DateFormat
@@ -35,9 +42,9 @@ android {
3542 defaultConfig {
3643
3744 ndkVersion null
38- minSdkVersion 29
39- targetSdkVersion 36
40- compileSdkVersion 36
45+ minSdkVersion 26
46+ targetSdkVersion 26
47+ compileSdkVersion 26
4148 versionCode 23
4249 versionName " 1.3.0"
4350 // buildToolsVersion "30.0.1"
@@ -46,8 +53,8 @@ android {
4653
4754 compileOptions {
4855
49- sourceCompatibility JavaVersion . VERSION_1_8
50- targetCompatibility JavaVersion . VERSION_1_8
56+ // sourceCompatibility JavaVersion.VERSION_1_8
57+ // targetCompatibility JavaVersion.VERSION_1_8
5158
5259 }
5360
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3+
34 repositories {
5+
46 google()
5- jcenter()
7+ // jcenter()
8+ mavenCentral()
9+ gradlePluginPortal()
10+
611 }
12+
713 dependencies {
8- classpath ' com.android.tools.build:gradle:7.1.2'
14+
15+ classpath ' com.android.tools.build:gradle:8.13.0'
916
1017 // NOTE: Do not place your application dependencies here; they belong
1118 // in the individual module build.gradle files
19+
1220 }
21+
1322}
1423
1524allprojects {
25+
1626 repositories {
27+
1728 google()
1829 jcenter()
30+ mavenCentral()
1931 maven { url ' https://jitpack.io' }
32+ gradlePluginPortal()
33+
2034 }
35+
2136}
2237
2338task clean (type : Delete ) {
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- # Tue Jan 27 15:17:44 CST 2026
1+ # Tue Jan 27 18:20:53 CST 2026
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments