Skip to content

Commit 8fdce8c

Browse files
author
mahdi
committed
add maven publish ***
1 parent 8f9cf60 commit 8fdce8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

FilePicker/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ plugins {
66
}
77

88
android {
9-
compileSdk 32
9+
compileSdk 33
1010
namespace = "com.mahdiasd.filepicker"
1111

1212
defaultConfig {
1313
aarMetadata {
1414
minCompileSdk = 29
1515
}
1616
minSdk 21
17-
targetSdk 32
17+
targetSdk 33
1818
multiDexEnabled true
1919

2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '7.3.1' apply false
4-
id 'com.android.library' version '7.3.1' apply false
3+
id 'com.android.application' version '7.4.2' apply false
4+
id 'com.android.library' version '7.4.2' apply false
55
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
66

77
}

0 commit comments

Comments
 (0)