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 @@ -135,8 +135,8 @@ android {
135135 applicationId " com.clubhouseapp"
136136 minSdkVersion rootProject. ext. minSdkVersion
137137 targetSdkVersion rootProject. ext. targetSdkVersion
138- versionCode 1
139- versionName " 0.1 .0"
138+ versionCode 2
139+ versionName " 0.2 .0"
140140 setProperty(" archivesBaseName" , " Clubreact-$versionName " ) // appends version to output apk name.
141141 }
142142 splits {
Original file line number Diff line number Diff line change 11{
22 "main" : " index.js" ,
3+ "version" : " 0.2.0" ,
34 "homepage" : " https://arnnis.github.io/Clubreact" ,
45 "scripts" : {
56 "android" : " react-native run-android" ,
6263 "jest" : {
6364 "preset" : " react-native"
6465 },
65- "private" : true ,
66- "version" : " 0.1.0"
66+ "private" : true
6767}
You can’t perform that action at this time.
0 commit comments