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 cb175f4 commit e4edd00Copy full SHA for e4edd00
android/app/build.gradle
@@ -33,7 +33,7 @@ android {
33
applicationId "com.roughike.inkino"
34
minSdkVersion 16
35
targetSdkVersion 27
36
- versionCode 3
+ versionCode 4
37
versionName "1.0.1"
38
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
39
}
ios/Runner/Info.plist
@@ -21,7 +21,7 @@
21
<key>CFBundleSignature</key>
22
<string>????</string>
23
<key>CFBundleVersion</key>
24
- <string>4</string>
+ <string>5</string>
25
<key>LSRequiresIPhoneOS</key>
26
<true/>
27
<key>UILaunchStoryboardName</key>
0 commit comments