Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NihilityT committed Oct 19, 2023
1 parent f36a245 commit 189cb6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
10 changes: 0 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,11 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
buildFeatures {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.3.0'
}
}

dependencies {
api project(":common")
api project(":xposed")

//remove this line will cause proguard to remove code from library module
compileOnly 'de.robv.android.xposed:api:82'

implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1'

}
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.7.10'
//https://developer.android.com/jetpack/androidx/releases/compose-kotlin
ext.kotlin_version = '1.8.10'

repositories {
mavenCentral()
}
Expand All @@ -9,8 +11,8 @@ buildscript {
}
}
plugins {
id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
}

Expand Down
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 @@
#Sun Jan 02 23:49:55 CST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 189cb6b

Please sign in to comment.