bump version

This commit is contained in:
m2049r 2021-03-10 19:41:39 +01:00
parent 2b34454214
commit 02e92db59a
No known key found for this signature in database
GPG Key ID: 4386E69AF260078D
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion '29.0.2'
buildToolsVersion '29.0.3'
defaultConfig {
applicationId "com.m2049r.xmrwallet"
minSdkVersion 21
targetSdkVersion 29
versionCode 707
versionName "1.17.7 'Druk'"
versionCode 708
versionName "1.17.8 'Druk'"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {