Skip to content

Commit

Permalink
Upgrade to libwallet 0.16.12. Bump build and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Dec 22, 2020
1 parent b7e8825 commit 3ae66b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
// support lib
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.3'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
// android jetpack
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
// recycler view
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ buildscript {
ext.kotlin_version = '1.4.10'

// build & version
ext.buildNumber = 144
ext.versionNumber = "0.5.1"
ext.buildNumber = 145
ext.versionNumber = "0.5.2"

// JNI libs
ext.libwalletVersion = "0.16.9"
ext.libwalletVersion = "0.16.12"
ext.libwalletHostURL = "https://tari-binaries.s3.amazonaws.com/libwallet/"
ext.supportedABIs = ["arm64-v8a", "armeabi-v7a", "x86_64"]

Expand All @@ -19,7 +19,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.sentry:sentry-android-gradle-plugin:1.7.34"
}
Expand Down

0 comments on commit 3ae66b4

Please sign in to comment.