File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group ' com.solana'
9- version ' 1.2 '
9+ version ' 2.0 '
1010
1111android {
1212 compileSdkVersion 30
@@ -16,7 +16,7 @@ android {
1616 minSdkVersion 19
1717 targetSdkVersion 30
1818 versionCode 1
19- versionName " 1.2 "
19+ versionName version
2020
2121 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2222 consumerProguardFiles " consumer-rules.pro"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group ' com.solana'
9- version ' 1.2 '
9+ version ' 2.0 '
1010
1111android {
1212 compileSdkVersion 30
@@ -16,7 +16,7 @@ android {
1616 minSdkVersion 19
1717 targetSdkVersion 30
1818 versionCode 1
19- versionName " 1.2 "
19+ versionName version
2020
2121 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2222 consumerProguardFiles " consumer-rules.pro"
You can’t perform that action at this time.
0 commit comments