Skip to content

Commit

Permalink
Gradle downgrade to 7.4.2 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiyu-ayaan authored May 14, 2023
1 parent a282268 commit 1a1f471
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ buildscript {

}
plugins {
id ("com.android.application") version "8.2.0-alpha02" apply false
id ("com.android.library") version "8.2.0-alpha02" apply false
id ("com.android.application") version "7.4.2" apply false
id ("com.android.library") version "7.4.2" apply false
id ("org.jetbrains.kotlin.android") version "1.7.20" apply false
id("com.google.dagger.hilt.android") version "2.46" apply false
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Feb 23 20:59:10 IST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1a1f471

Please sign in to comment.