Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
primys committed Dec 6, 2021
1 parent b2508c5 commit 65a252e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ compileKotlin {

allprojects {
group = "io.usoamic"
version = "1.0.2-jdk${compileKotlin.kotlinOptions.jvmTarget}"
version = "1.1.0-jdk${compileKotlin.kotlinOptions.jvmTarget}" //TODO: Changed the version? Don't forget to change in BuildConfig!!!
}

repositories {
Expand Down
6 changes: 3 additions & 3 deletions src/main/kotlin/io/usoamic/wallet/util/BuildConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ object BuildConfig {
const val DEBUG = false
const val APPLICATION_ID = "io.usoamic.wallet"
const val BUILD_TYPE = "release"
const val FLAVOR = "MainNet"
const val VERSION_CODE = 3
const val VERSION_NAME = "1.0.2"
const val FLAVOR = "MainNet" //MainNet
const val VERSION_CODE = 4
const val VERSION_NAME = "1.1.0"

const val ACCOUNT_FILENAME = "account.json"
const val DATE_FORMAT = "yyyy-MM-dd HH:mm"
Expand Down

0 comments on commit 65a252e

Please sign in to comment.