Skip to content

Commit 5fbc292

Browse files
committed
- Updated gradle
1 parent d8e6d64 commit 5fbc292

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add the following code to your project-level build.gradle or settings.gradle fil
3737
Add 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

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

raining-light/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)