File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Add the following code to your project-level build.gradle or settings.gradle fil
3737Add the following dependency to your app-level build.gradle file:
3838
3939 dependencies {
40- implementation 'com.github.razaghimahdi:RainingLightsAnimation:1.0.0 '
40+ implementation 'com.github.razaghimahdi:RainingLightsAnimation:1.0.2 '
4141 }
4242
4343### Step 3. How to use
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
3636 compose true
3737 }
3838 composeOptions {
39- kotlinCompilerExtensionVersion " 1.3.2 "
39+ kotlinCompilerExtensionVersion compose_version
4040 }
4141 packagingOptions {
4242 resources {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010 dependencies {
1111 classpath " com.android.tools.build:gradle:7.2.2"
12- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20 "
12+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10 "
1313
1414 // NOTE: Do not place your application dependencies here; they belong
1515 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
3232 compose true
3333 }
3434 composeOptions {
35- kotlinCompilerExtensionVersion " 1.3.2 "
35+ kotlinCompilerExtensionVersion compose_version
3636 }
3737}
3838
@@ -49,7 +49,7 @@ afterEvaluate {
4949
5050 groupId = ' com.github.razaghimahdi'
5151 artifactId = ' raining-light'
52- version = ' 1.0.1 '
52+ version = ' 1.0.2 '
5353 }
5454 }
5555 }
You can’t perform that action at this time.
0 commit comments