Skip to content

Commit bc64a65

Browse files
Dr. Maxie Dion SchmidtDr. Maxie Dion Schmidt
authored andcommitted
Saving state - may not compile - Google REALLY needs to figure out version controls in Android Studio / Gradle / Tools, it\'s absurd to expect developers to do this for them...
1 parent 07b095f commit bc64a65

4 files changed

Lines changed: 33 additions & 11 deletions

File tree

AndroidFilePickerLightLibrary/build.gradle

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
apply plugin: 'com.android.library'
29

310
import 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

build.gradle

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,38 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
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

1524
allprojects {
25+
1626
repositories {
27+
1728
google()
1829
jcenter()
30+
mavenCentral()
1931
maven { url 'https://jitpack.io' }
32+
gradlePluginPortal()
33+
2034
}
35+
2136
}
2237

2338
task clean(type: Delete) {

build/reports/problems/problems-report.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jan 27 15:17:44 CST 2026
1+
#Tue Jan 27 18:20:53 CST 2026
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=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
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)