Browse Source

v0.3.0

chat
Aditya Kulkarni 5 years ago
parent
commit
af96abe291
  1. 4
      app/build.gradle

4
app/build.gradle

@ -10,8 +10,8 @@ android {
applicationId "com.adityapk.zcash.zqwandroid"
minSdkVersion 19
targetSdkVersion 28
versionCode 3
versionName "0.2.0"
versionCode 4
versionName "0.3.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}

Loading…
Cancel
Save