Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
update package name in AndroidManifest.xml (#229)
Browse files Browse the repository at this point in the history
* feat: update package name to "com.tbruyelle.rxpermissions2" in AndroidManifest.xml

* test: update unit test.
  • Loading branch information
wangyongf authored and epool committed Jun 28, 2018
1 parent ce4d5f3 commit 8ff1dc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.tbruyelle.rxpermissions">
<manifest package="com.tbruyelle.rxpermissions2">

<application />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
import android.content.pm.PackageManager;
import android.os.Build;

import com.tbruyelle.rxpermissions.BuildConfig;

import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down

0 comments on commit 8ff1dc5

Please sign in to comment.