-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Improvements * fix: possible bad behavior if the hosting app doesn't have a version set * chore: update to kotlin 2.0.10 + others (#144) Co-authored-by: Emily Dixon <[email protected]> Co-authored-by: GitHub <[email protected]>
- Loading branch information
1 parent
1fb2d37
commit d44cb18
Showing
12 changed files
with
45 additions
and
202 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,5 @@ | |
.externalNativeBuild | ||
.cxx | ||
local.properties | ||
devdocs-site | ||
devdocs-site-release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
buildscript { | ||
ext { | ||
compose_ui_version = '1.5.3' | ||
} | ||
}// Top-level build file where you can add configuration options common to all sub-projects/modules. | ||
// Top-level build file where you can add configuration options common to all sub-projects/modules. | ||
plugins { | ||
id 'com.android.application' version '8.4.2' apply false | ||
id 'com.android.library' version '8.4.2' apply false | ||
id 'org.jetbrains.kotlin.android' version '1.9.24' apply false | ||
id 'com.mux.gradle.android.mux-android-distribution' version '1.1.2' apply false | ||
id 'com.android.application' version '8.5.2' apply false | ||
id 'com.android.library' version '8.5.2' apply false | ||
id 'org.jetbrains.kotlin.android' version '2.0.10' apply false | ||
id 'org.jetbrains.kotlin.plugin.compose' version '2.0.10' apply false | ||
id 'com.mux.gradle.android.mux-android-distribution' version '1.2.1' apply false | ||
} | ||
|
||
// a comment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Thu Jan 19 16:04:49 PST 2023 | ||
#Tue Aug 20 17:09:10 PDT 2024 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip | ||
distributionPath=wrapper/dists | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters