File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Repository for testing build from jitpack.io
7
7
## Version Release
8
8
This Is Latest Release
9
9
10
- $version_release = 1.0.8
10
+ $version_release = 1.0.9
11
11
12
12
What's New??
13
13
@@ -35,7 +35,7 @@ What's New??
35
35
### Step 2. Add the dependency (build.gradle : Module)
36
36
37
37
dependencies {
38
- implementation 'com.github.amirisback:jitpack-library-test:1.0.8 '
38
+ implementation 'com.github.amirisback:jitpack-library-test:1.0.9 '
39
39
}
40
40
41
41
## How To Publish Android Lib Using openJDK 11 and AGP 7.0.0 +
Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ android {
36
36
useIR = true
37
37
}
38
38
39
+ composeOptions {
40
+ kotlinCompilerExtensionVersion compose_version
41
+ kotlinCompilerVersion kotlin_version
42
+ }
43
+
39
44
buildFeatures {
40
45
viewBinding true
41
46
compose true
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
9
9
def versionMajor = 1
10
10
def versionMinor = 0
11
- def versionPatch = 8
11
+ def versionPatch = 9
12
12
13
13
def appDomain = " com"
14
14
def appDevConsole = " frogobox"
You can’t perform that action at this time.
0 commit comments