Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Bump JNA to 5.7.0 #165

Merged
merged 4 commits into from
Feb 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlinVersion=1.4.30
coroutinesVersion=1.4.2
androidBuildGradleVersion=4.0.1
proguardVersion=6.2.2
jnaVersion=5.6.0
jnaVersion=5.7.0
jcodecVersion=0.2.5

playServicesAdsVersion=16.0.0
Expand All @@ -22,11 +22,11 @@ enableKotlinNativeLinux=true
enableKotlinMobile=true
enableKotlinAndroid=true


#enableKotlinNative=false
#enableKotlinNativeLinux=false
#enableKotlinMobile=false
#enableKotlinAndroid=false

kotlin.native.disableCompilerDaemon=true

kotlin.mpp.enableGranularSourceSetsMetadata=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object BuildVersions {
const val KORGW = "2.0.0.999"
const val KORGE = "2.0.0.999"
const val KOTLIN = "1.4.30"
const val JNA = "5.6.0"
const val JNA = "5.7.0"
const val COROUTINES = "1.4.2"
const val ANDROID_BUILD = "4.0.1"
}