mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 03:12:15 +00:00
Update: Revert Kotlin version to 1.5.31 (For Jetpack Compose)
This commit is contained in:
parent
146879d8c1
commit
f14f082637
@ -6,7 +6,7 @@ buildscript {
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.0.4'
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10'
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31'
|
||||
}
|
||||
}
|
||||
|
||||
@ -125,7 +125,7 @@ repositories {
|
||||
dependencies {
|
||||
|
||||
// Core
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10'
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31'
|
||||
implementation 'androidx.core:core-ktx:1.7.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.4.0'
|
||||
implementation 'androidx.appcompat:appcompat-resources:1.4.0'
|
||||
|
Loading…
x
Reference in New Issue
Block a user