Skip to content

Commit

Permalink
Merge with target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andresguedes committed Dec 26, 2024
2 parents 958ca6d + 1d73056 commit 4113705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 0 additions & 5 deletions trustly-android-sdk/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions trustly-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ plugins {
id 'maven-publish'
id 'com.android.library' version '8.6.1'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id 'org.jetbrains.kotlin.android' version '1.8.22'
id 'org.jetbrains.kotlin.android' version '1.9.24'
}

def sdkVersion = "3.3.1-dev"
def sdkVersion = "3.3.0"
def localIP = "10.0.2.2"

android {
Expand All @@ -25,13 +25,11 @@ android {
}
buildTypes {
debug {
buildConfigField "String", "SDK_VERSION", "\"$sdkVersion\""
testCoverageEnabled true
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
buildConfigField "String", "SDK_VERSION", "\"$sdkVersion\""
testCoverageEnabled true
}
}
Expand Down

0 comments on commit 4113705

Please sign in to comment.