mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-05-07 01:47:50 +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 {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.0.4'
|
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 {
|
dependencies {
|
||||||
|
|
||||||
// Core
|
// 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.core:core-ktx:1.7.0'
|
||||||
implementation 'androidx.appcompat:appcompat:1.4.0'
|
implementation 'androidx.appcompat:appcompat:1.4.0'
|
||||||
implementation 'androidx.appcompat:appcompat-resources:1.4.0'
|
implementation 'androidx.appcompat:appcompat-resources:1.4.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user