Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyant0 committed Jan 8, 2025
1 parent 2ad45d5 commit 8fd5b16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ android {
versionName = libs.versions.lib.version.get()

ndk {
//noinspection ChromeOsAbiSupport
abiFilters += arrayOf("arm64-v8a", "armeabi-v7a", "x86", "x86_64")
}
}
Expand Down Expand Up @@ -61,7 +60,7 @@ android {
"-Xno-param-assertions",
"-Xno-call-assertions",
"-Xno-receiver-assertions",
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
"-Xjvm-default=all-compatibility",
)
}
packaging {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ android-targetSdk = "35"
android-buildToolsVersion = "35.0.0"
android-ndkVersion = "28.0.12674087"
android-versionCode = "1"
lib-version = "1.0.0-alpha06"
lib-version = "1.0.0"

agp = "8.9.0-alpha05" # https://androidstudio.googleblog.com
agp = "8.7.3" # https://androidstudio.googleblog.com
kotlin = "2.1.0" # https://github.com/JetBrains/kotlin

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 8fd5b16

Please sign in to comment.