We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dce251 commit 3662576Copy full SHA for 3662576
android/app/build.gradle
@@ -83,8 +83,8 @@ android {
83
applicationId "to.bitkit"
84
minSdkVersion rootProject.ext.minSdkVersion
85
targetSdkVersion rootProject.ext.targetSdkVersion
86
- versionCode 159
87
- versionName "1.1.4"
+ versionCode 160
+ versionName "1.1.5"
88
testBuildType System.getProperty('testBuildType', 'debug')
89
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
90
}
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "bitkit",
3
"author": "Synonym",
4
- "version": "1.1.4",
+ "version": "1.1.5",
5
"scripts": {
6
"start": "react-native start --client-logs",
7
"android": "react-native run-android",
0 commit comments