X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=36dbecf31b2daf4f1f2bc62a2da8b8ab9575721b;hp=2c565250f75aaad88dfe77dac08a42420f32298e;hb=b4b28400c14f127e325a7e1195fd7b469e11381a;hpb=7c6c213245fd8cf92729987002ce8806ff65e5c8 diff --git a/app/build.gradle b/app/build.gradle index 2c565250..36dbecf3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.ktnx.mobileledger" minSdkVersion 22 targetSdkVersion 28 - versionCode 31 - versionName '0.12.0' + versionCode 33 + versionName '0.13.1' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -74,4 +74,4 @@ allprojects { "-Xlint:unchecked" } } -} \ No newline at end of file +}