Skip to content

Commit

Permalink
Releasing 0.10.0 (#10)
Browse files Browse the repository at this point in the history
* chore: bump versions

* chore: bump actual app version

* docs: remind to bump NDK version
  • Loading branch information
Slesarew authored Sep 24, 2024
1 parent 491b7fb commit 8790a77
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This is a reference implementation for hot-side protocol of Kampela device. This
1. Android Studio
2. uniffi

## Android build notes

Remeber to bump app's NDK version to one provided by your version of Android Studio in File > Project Structure > Modules

## iOS implementation

iOS implementation coming soon.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ plugins {
}

android {
compileSdk 34
compileSdk 35

defaultConfig {
applicationId "fi.zymologia.siltti"
minSdk 25
targetSdk 34
versionCode 9
versionName "0.9.0"
targetSdk 35
versionCode 10
versionName "0.10.0"

ndk {
//noinspection ChromeOsAbiSupport
Expand Down Expand Up @@ -53,7 +53,7 @@ android {
pickFirsts += ['lib/arm64-v8a/libc++_shared.so', 'lib/x86_64/libc++_shared.so']
}
}
ndkVersion '27.0.12077973'
ndkVersion '27.1.12297006'
namespace 'fi.zymologia.siltti'
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.3.0' apply false
id 'com.android.application' version '8.6.1' apply false
id 'com.android.library' version '8.1.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.3"
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 @@
#Wed Aug 16 09:53:28 EEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 8790a77

Please sign in to comment.