Skip to content

Commit 65dc8c5

Browse files
authored
Merge pull request #370 from smartdevicelink/bugfix/issue_369
Change the package name for the unit tests
2 parents 3901d52 + f94f227 commit 65dc8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdl_android_tests/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.smartdevicelink"
3+
package="com.smartdevicelink.test"
44
android:versionCode="1"
55
android:versionName="1.0" >
66

0 commit comments

Comments
 (0)