Skip to content

Commit

Permalink
++ver 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Sablin authored and Ivan Sablin committed May 23, 2022
1 parent fe3c19f commit 401c09e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
android.enableJetifier=false
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

build.localAndroidDependencies=true
build.localAndroidDependencies=false
build.localKotlinExtLibrary=false

kotlin.mpp.stability.nowarn=true
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
enableFeaturePreview("VERSION_CATALOGS")
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")

private val isLocalAndroidDependencies = true
private val isLocalAndroidDependencies = false
private val isLocalKotlinExtLibrary = false

dependencyResolutionManagement {
Expand Down

0 comments on commit 401c09e

Please sign in to comment.