Removed jetifier + bumped version name & code
This commit is contained in:
parent
31826d5b43
commit
97cba944c0
2 changed files with 2 additions and 4 deletions
|
@ -5,8 +5,8 @@ plugins {
|
|||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
}
|
||||
|
||||
def appVersionName = "5.0.0"
|
||||
def appVersionCode = 50000
|
||||
def appVersionName = "5.1.0"
|
||||
def appVersionCode = 50090
|
||||
|
||||
static def getPackageName() {
|
||||
return "org.linphone"
|
||||
|
|
|
@ -15,8 +15,6 @@ org.gradle.jvmargs=-Xmx8192m
|
|||
# Android operating system, and which are packaged with your app's APK
|
||||
# https://developer.android.com/topic/libraries/support-library/androidx-rn
|
||||
android.useAndroidX=true
|
||||
# Automatically convert third-party libraries to use AndroidX
|
||||
android.enableJetifier=true
|
||||
# Kotlin code style for this project: "official" or "obsolete":
|
||||
kotlin.code.style=official
|
||||
LinphoneSdkBuildDir=
|
||||
|
|
Loading…
Reference in a new issue