mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-26 01:43:59 +02:00
Merge pull request #148 from erijo/tests
Move test to the location where gradle expects to find them
This commit is contained in:
@@ -5,6 +5,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.health.openscale"
|
||||
testApplicationId "com.health.openscale.test"
|
||||
minSdkVersion 18
|
||||
targetSdkVersion 22 // don't set target sdk > 22 otherwise bluetooth le discovery need permission to ACCESS_COARSE_LOCATION
|
||||
versionCode 22
|
||||
|
@@ -13,7 +13,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
*/
|
||||
package com.health.openscale.junit;
|
||||
package com.health.openscale;
|
||||
|
||||
import android.arch.persistence.room.Room;
|
||||
import android.content.Context;
|
@@ -14,7 +14,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
*/
|
||||
|
||||
package com.health.openscale.junit;
|
||||
package com.health.openscale;
|
||||
|
||||
import com.health.openscale.core.datatypes.ScaleMeasurement;
|
||||
import com.health.openscale.core.utils.CsvHelper;
|
@@ -14,7 +14,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
*/
|
||||
|
||||
package com.health.openscale.junit;
|
||||
package com.health.openscale;
|
||||
|
||||
import com.health.openscale.core.utils.DateTimeHelpers;
|
||||
|
Reference in New Issue
Block a user