Skip to content

Commit

Permalink
Change some build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pokkst committed Sep 18, 2022
1 parent 142a42c commit 2cfc9d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
/app/alphaStagenet
/app/prodStagenet
/app/.cxx
/monerujo.id
/mynero.id
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ apply plugin: 'com.android.application'
apply plugin: "androidx.navigation.safeargs"

android {
compileSdkVersion 31
compileSdkVersion 33
buildToolsVersion '30.0.3'
ndkVersion '17.2.4988734'
defaultConfig {
applicationId "net.mynero.wallet"
minSdkVersion 21
targetSdkVersion 31
versionCode 3002
versionName "3.0.2 'Fluorine Fermi'"
targetSdkVersion 33
versionCode 100
versionName "0.1.0 'Fluorine Fermi'"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down Expand Up @@ -120,7 +120,7 @@ android {

static def getId(name) {
Properties props = new Properties()
props.load(new FileInputStream(new File('monerujo.id')))
props.load(new FileInputStream(new File('mynero.id')))
return props[name]
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ task clean(type: Delete) {
}

ext {
apkName = 'monerujo'
apkName = 'mynero'
}

0 comments on commit 2cfc9d2

Please sign in to comment.