Skip to content

Commit

Permalink
Chore/rename packages to novasama domain (#78)
Browse files Browse the repository at this point in the history
* Rename packages

* Bump version

* Remove other occurrences
  • Loading branch information
valentunn authored Feb 19, 2024
1 parent 1982c52 commit c8118a0
Show file tree
Hide file tree
Showing 348 changed files with 1,943 additions and 2,041 deletions.
47 changes: 0 additions & 47 deletions Jenkinsfile

This file was deleted.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation project(':fearless-utils')
implementation project(':substrate-sdk-android')
implementation androidDep
implementation constraintDep
implementation gsonDep
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="jp.co.soramitsu.fearless_utils_android">
package="io.novasama.substrate_sdk_app">

<uses-permission android:name="android.permission.INTERNET" />

Expand All @@ -11,7 +11,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<activity android:name="io.novasama.substrate_sdk_app.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package jp.co.soramitsu.fearless_utils_android
package io.novasama.substrate_sdk_app

import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">fearless-utils-android</string>
<string name="app_name">substrate-sdk-android</string>
</resources>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
// App version
versionName = '1.11.2'
versionName = '2.0.0'
versionCode = 1

// SDK and tools
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c8118a0

Please sign in to comment.