Skip to content

Commit c215af4

Browse files
committed
build: release 1.0.2
1 parent db963d7 commit c215af4

File tree

25 files changed

+19
-16
lines changed

25 files changed

+19
-16
lines changed

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ android {
8383
buildToolsVersion rootProject.ext.buildToolsVersion
8484
compileSdk rootProject.ext.compileSdkVersion
8585

86-
namespace 'com.rs.mobile.development'
86+
namespace 'com.rootstrap.development'
8787
defaultConfig {
88-
applicationId 'com.rs.mobile.development'
88+
applicationId 'com.rootstrap.development'
8989
minSdkVersion rootProject.ext.minSdkVersion
9090
targetSdkVersion rootProject.ext.targetSdkVersion
9191
versionCode 1
92-
versionName "1.0.1"
92+
versionName "1.0.2"
9393
}
9494
signingConfigs {
9595
debug {

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
<data android:scheme="exp+obytesapp"/>
3030
<data android:scheme="react-native-template"/>
3131
<data android:scheme="com.rs.mobile.development"/>
32+
<data android:scheme="rootstrapApp"/>
33+
<data android:scheme="com.rootstrap.development"/>
3234
</intent-filter>
3335
</activity>
3436
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" android:exported="false"/>

android/app/src/main/java/com/rs/mobile/development/MainActivity.kt renamed to android/app/src/main/java/com/rootstrap/development/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.rs.mobile.development
1+
package com.rootstrap.development
22

33
import android.os.Build
44
import android.os.Bundle

android/app/src/main/java/com/rs/mobile/development/MainApplication.kt renamed to android/app/src/main/java/com/rootstrap/development/MainApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.rs.mobile.development
1+
package com.rootstrap.development
22

33
import android.app.Application
44
import android.content.res.Configuration
21 Bytes
Loading
21 Bytes
Loading
22 Bytes
Loading
42 Bytes
Loading
42 Bytes
Loading
38 Bytes
Loading

0 commit comments

Comments
 (0)