Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c4dbe3f authored by Amit Kumar's avatar Amit Kumar
Browse files

Refactor package name

parent 5b27c797
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
/build
/build
google-services.json
+3 −3
Original line number Original line Diff line number Diff line
@@ -3,7 +3,7 @@ apply plugin: 'io.fabric'
android {
android {
    compileSdkVersion rootProject.ext.compileSdkVersion
    compileSdkVersion rootProject.ext.compileSdkVersion
    defaultConfig {
    defaultConfig {
        applicationId "org.indin.blisslaunchero"
        applicationId "foundation.e.blisslauncher"
        minSdkVersion rootProject.ext.minSdkVersion
        minSdkVersion rootProject.ext.minSdkVersion
        targetSdkVersion rootProject.ext.targetSdkVersion
        targetSdkVersion rootProject.ext.targetSdkVersion
        versionCode 1
        versionCode 1
@@ -64,8 +64,8 @@ dependencies {
    apiNougatImplementation 'org.cyanogenmod:platform.sdk:6.0'
    apiNougatImplementation 'org.cyanogenmod:platform.sdk:6.0'
    apiOreoImplementation files('libs/lineage-sdk.jar')
    apiOreoImplementation files('libs/lineage-sdk.jar')


    debugImplementation 'com.crashlytics.sdk.android:crashlytics:2.9.5'
    debugImplementation 'com.crashlytics.sdk.android:crashlytics:2.9.8'
    debugImplementation 'com.google.firebase:firebase-core:16.0.4'
    debugImplementation 'com.google.firebase:firebase-core:16.0.6'
    debugImplementation 'com.amitshekhar.android:debug-db:1.0.4'
    debugImplementation 'com.amitshekhar.android:debug-db:1.0.4'


    implementation 'org.greenrobot:eventbus:3.1.1'
    implementation 'org.greenrobot:eventbus:3.1.1'
+32 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,38 @@
      "client_info": {
      "client_info": {
        "mobilesdk_app_id": "1:191380968379:android:176663723927e694",
        "mobilesdk_app_id": "1:191380968379:android:176663723927e694",
        "android_client_info": {
        "android_client_info": {
          "package_name": "org.indin.blisslaunchero"
          "package_name": "foundation.e.blisslauncher"
        }
      },
      "oauth_client": [
        {
          "client_id": "191380968379-qor00svlni9fh3gur1tsp72a39rpscpt.apps.googleusercontent.com",
          "client_type": 3
        }
      ],
      "api_key": [
        {
          "current_key": "AIzaSyCF8GkM4BXi6m640PPY6PN7EQHn3CGjyJQ"
        }
      ],
      "services": {
        "analytics_service": {
          "status": 1
        },
        "appinvite_service": {
          "status": 1,
          "other_platform_oauth_client": []
        },
        "ads_service": {
          "status": 2
        }
      }
    },
    {
      "client_info": {
        "mobilesdk_app_id": "1:191380968379:android:49f659378ae2bd2c",
        "android_client_info": {
          "package_name": "foundation.e.blisslauncher.debug"
        }
        }
      },
      },
      "oauth_client": [
      "oauth_client": [
+1 −1
Original line number Original line Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * limitations under the License.
 */
 */
package org.indin.blisslaunchero;
package foundation.e.blisslauncher;


import static org.junit.Assert.*;
import static org.junit.Assert.*;


+1 −1
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="org.indin.blisslaunchero">
          package="foundation.e.blisslauncher">
    <uses-permission android:name="cyanogenmod.permission.ACCESS_WEATHER_MANAGER"/>
    <uses-permission android:name="cyanogenmod.permission.ACCESS_WEATHER_MANAGER"/>
    <uses-permission android:name="cyanogenmod.permission.READ_WEATHER"/>
    <uses-permission android:name="cyanogenmod.permission.READ_WEATHER"/>
</manifest>
</manifest>
 No newline at end of file
Loading