Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MONERO_C_TAG=v0.18.4.0-RC4
MONERO_C_TAG=v0.18.4.0-RC7
COIN=monero
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (flutterVersionName == null) {
android {
namespace "com.cakewallet.cupcake"
compileSdk flutter.compileSdkVersion
ndkVersion "27.0.12077973"
ndkVersion "27.3.13750724"

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
Expand Down
Loading