File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,7 @@ kotlin.code.style=official
20
20
# Enables namespacing of each library's R class so that its R class includes only the
21
21
# resources declared in the library itself and none from the library's dependencies,
22
22
# thereby reducing the size of the R class for that library
23
- android.nonTransitiveRClass =true
23
+ android.nonTransitiveRClass =true
24
+ org.gradle.parallel =true
25
+ org.gradle.daemon =true
26
+ org.gradle.caching =true
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
10
10
11
11
defaultConfig {
12
12
minSdk = 21
13
- version = " 1.0.3 "
13
+ version = " 1.0.5 "
14
14
15
15
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
16
16
consumerProguardFiles(" consumer-rules.pro" )
@@ -26,11 +26,11 @@ android {
26
26
}
27
27
}
28
28
compileOptions {
29
- sourceCompatibility = JavaVersion .VERSION_11
30
- targetCompatibility = JavaVersion .VERSION_11
29
+ sourceCompatibility = JavaVersion .VERSION_17
30
+ targetCompatibility = JavaVersion .VERSION_17
31
31
}
32
32
kotlinOptions {
33
- jvmTarget = " 11 "
33
+ jvmTarget = " 17 "
34
34
}
35
35
packaging {
36
36
jniLibs {
@@ -50,7 +50,7 @@ publishing {
50
50
create(" release" , MavenPublication ::class ) {
51
51
groupId = " com.github.CodeWithTamim"
52
52
artifactId = " WGAndroidLib"
53
- version = " 1.0.3 "
53
+ version = " 1.0.5 "
54
54
55
55
afterEvaluate {
56
56
from(components[" release" ])
You can’t perform that action at this time.
0 commit comments