Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
c3b5e647
Commit
c3b5e647
authored
Jun 07, 2017
by
Wietse Kuipers
Browse files
Changed package name to match old app
parent
b24c7578
Changes
5
Hide whitespace changes
Inline
Side-by-side
android/app/BUCK
View file @
c3b5e647
...
...
@@ -45,12 +45,12 @@ android_library(
android_build_config
(
name
=
"build_config"
,
package
=
"
com
.thaliapp
"
,
package
=
"
"
nu
.
thalia
.
thaliapp
,
)
android_resource
(
name
=
"res"
,
package
=
"
com
.thaliapp"
,
package
=
"
nu.thalia
.thaliapp"
,
res
=
"src/main/res"
,
)
...
...
android/app/build.gradle
View file @
c3b5e647
...
...
@@ -99,7 +99,7 @@ android {
}
defaultConfig
{
applicationId
"
com
.thaliapp"
applicationId
"
nu.thalia
.thaliapp"
minSdkVersion
16
targetSdkVersion
22
versionCode
1
...
...
android/app/src/main/AndroidManifest.xml
View file @
c3b5e647
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"
com
.thaliapp"
package=
"
nu.thalia
.thaliapp"
android:versionCode=
"1"
android:versionName=
"1.0"
>
...
...
android/app/src/main/java/
com
/thaliapp/MainActivity.java
→
android/app/src/main/java/
nu/thalia
/thaliapp/MainActivity.java
View file @
c3b5e647
package
com
.thaliapp
;
package
nu.thalia
.thaliapp
;
import
com.facebook.react.ReactActivity
;
...
...
android/app/src/main/java/
com
/thaliapp/MainApplication.java
→
android/app/src/main/java/
nu/thalia
/thaliapp/MainApplication.java
View file @
c3b5e647
package
com
.thaliapp
;
package
nu.thalia
.thaliapp
;
import
android.app.Application
;
...
...
Wietse Kuipers
@wkuipers
mentioned in commit
5c52dbc8
·
Jun 16, 2017
mentioned in commit
5c52dbc8
mentioned in commit 5c52dbc84b8df99bbe918663ad68a1a54df9aa7c
Toggle commit list
Wietse Kuipers
@wkuipers
mentioned in merge request
!48 (merged)
·
Jun 16, 2017
mentioned in merge request
!48 (merged)
mentioned in merge request !48
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment