Skip to content

Commit

Permalink
Bump kt, sdk, ark-components. Fix minify.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrlzy authored Mar 23, 2024
1 parent 746e57e commit fc2ffe2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sonarqube {

android {
namespace "dev.arkbuilders.navigator"
compileSdk 33
compileSdk 34

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
Expand Down Expand Up @@ -53,7 +53,7 @@ android {
def appVersionName = System.getenv("BRANCH_NAME") ?: "1.0"
applicationId "dev.arkbuilders.navigator"
minSdkVersion 26
targetSdkVersion 33
targetSdkVersion 34
versionCode 1
versionName appVersionName
setProperty("archivesBaseName", "ark-navigator")
Expand Down
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@

-dontwarn org.slf4j.impl.StaticLoggerBinder
-dontwarn javax.xml.stream.XMLResolver

-keep class dev.arkbuilders.arklib.** { *; }
-keep class wseemann.media.FFmpegMediaMetadataRetriever.** { *; }
-keep @kotlinx.serialization.Serializable class * {*;}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ buildscript {
ext {
//region ARK lib
ark_lib_version = "0.3.4"
ark_components_version = "0.0.7"
ark_components_version = "0.0.11"
dev_ark_picker_file_version = "0.1.2"
//endregion ARK lib
kotlin_version = "1.7.10"
kotlin_version = "1.9.0"
kotlinx_collections_immutable_version = "0.3.4"
core_ktx_version = "1.10.1"
appcompat_version = "1.3.1"
Expand Down

0 comments on commit fc2ffe2

Please sign in to comment.