Skip to content

Commit 61943c3

Browse files
committed
fix: gradle error due to application id declared in library
1 parent cff02be commit 61943c3

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.release-it.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"git": {
3-
"commitMessage": "chore: release %s",
4-
"tagName": "v%s",
3+
"commitMessage": "chore: release 0.0.27",
4+
"tagName": "v0.0.27",
55
"requireBranch": "master"
66
},
77
"npm": {

Example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ PODS:
297297
- React-jsinspector (0.71.1)
298298
- React-logger (0.71.1):
299299
- glog
300-
- react-native-restart (0.0.26):
300+
- react-native-restart (0.0.27):
301301
- React-Core
302302
- React-perflogger (0.71.1)
303303
- React-RCTActionSheet (0.71.1):

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ iOS GIF | Android GIF
1414

1515
- Using `react-native < 0.62`? install `react-native-restart@0.0.17`
1616
- Using `0.71 > react-native >= 0.62`? install `react-native-restart@0.0.24`
17-
- Using `react-native >= 0.71`? install `react-native-restart@0.0.26` and above
17+
- Using `react-native >= 0.71`? install `react-native-restart@0.0.27` and above
1818

1919
### With `yarn`
2020

android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ android {
2626
compileSdkVersion safeExtGet('compileSdkVersion')
2727

2828
defaultConfig {
29-
applicationId "com.reactnativerestart"
3029
minSdkVersion safeExtGet('minSdkVersion')
3130
targetSdkVersion safeExtGet('targetSdkVersion')
3231
versionCode 1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-restart",
3-
"version": "0.0.26",
3+
"version": "0.0.27",
44
"description": "Sometimes you want to reload your app bundle during app runtime. This package will allow you to do it.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)