build: downgrade to AGP 7.0.x

IntelliJ currently only supports AGP 7.0
This commit is contained in:
Harsh Shandilya 2022-02-06 14:06:08 +05:30
parent 3b8f55a82b
commit 0cd7b6bb2d
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -16,7 +16,7 @@ buildscript {
classpath("com.android.tools:r8:3.3.7-dev")
classpath(kotlin("gradle-plugin", version = kotlinVersion))
classpath(kotlin("serialization", version = kotlinVersion))
classpath("com.android.tools.build:gradle:7.1.1")
classpath("com.android.tools.build:gradle:7.0.4")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.40.5")
}
}