Skip to content

Commit

Permalink
updated compose compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
albanybuipe96 committed Aug 1, 2024
1 parent 662a25f commit 99ae747
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

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

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

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

11 changes: 0 additions & 11 deletions .idea/other.xml

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

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.3.2'
kotlinCompilerExtensionVersion '1.5.7'
}
packaging {
resources {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ buildscript {
ext {
compose_version = '1.2.1'
groud_id = "com.hubtel"
checkout_sdk_verison = "1.0.2"
checkout_sdk_verison = "1.0.4"
checkout_artifact_id = "merchant-checkout-sdk"
}
}

plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
id 'org.jetbrains.kotlin.android' version '1.9.21' apply false
}
3 changes: 3 additions & 0 deletions checkout-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ android {
compose true
buildConfig true
}
composeOptions {
kotlinCompilerExtensionVersion '1.5.7'
}
kotlinOptions {
jvmTarget = '1.8'
}
Expand Down
18 changes: 6 additions & 12 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
#org.gradle.jvmargs=-Xmx1536m --illegal-access=permit
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
Expand All @@ -21,16 +22,9 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
mavenCentralUsername=mohammed.rahman
mavenCentralPassword=gufKym-jihtox-qugvu2
signing.keyId=32CBB7E8
mavenCentralUsername=Am2//7b9
mavenCentralPassword=b6rCdoKAqkridOplp1/3Oz5YBIjlAcRfiFcNv6GRwFGJ
signing.keyId=4D348868
signing.password=gufKym-jihtox-qugvu2
signing.secretKeyRingFile=/Users/albanybuipe/secring.gpg
#ossrhUsername=mohammed.rahman
#ossrhPassword=gufKym-jihtox-qugvu2
#signing.gnupg.executable=gpg2
#signing.gnupg.useLegacyGpg=false
#signing.gnupg.homeDir=/Users/albanybuipe/.gnupg
#signing.gnupg.optionsFile=gnupg-home/gpg.conf
#signing.gnupg.keyName=32CBB7E8
#signing.gnupg.passphrase=gufKym-jihtox-qugvu2
signing.secretKeyRingFile=/Users/albanybuipe/.gnupg/secring.gpg

0 comments on commit 99ae747

Please sign in to comment.