Skip to content

Commit fd5db48

Browse files
author
Suhel Chakraborty
authored
Fixed Jitpack build error (#8)
1 parent a422af4 commit fd5db48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.4.2' apply false
4-
id 'com.android.library' version '7.4.2' apply false
3+
id 'com.android.application' version '7.3.1' apply false
4+
id 'com.android.library' version '7.3.1' apply false
55
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
6-
}
6+
}

0 commit comments

Comments
 (0)