Simplify build
This commit is contained in:
parent
3c7f08db08
commit
3138505027
|
@ -128,13 +128,6 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
configurations {
|
||||
freeDebugImplementation
|
||||
freeReleaseImplementation
|
||||
playDebugImplementation
|
||||
playReleaseImplementation
|
||||
}
|
||||
|
||||
dependencies {
|
||||
freeImplementation project(":core")
|
||||
// free build hack: skip some dependencies
|
||||
|
|
|
@ -3,8 +3,8 @@ package de.danoeh.antennapod.activity;
|
|||
import android.app.Activity;
|
||||
import android.content.Intent;
|
||||
import android.os.Bundle;
|
||||
import android.support.v7.app.ActionBarActivity;
|
||||
import android.util.Log;
|
||||
import android.support.v7.app.ActionBar;
|
||||
import android.support.v7.app.AppCompatActivity;
|
||||
import android.widget.Button;
|
||||
import android.widget.EditText;
|
||||
import android.widget.TextView;
|
||||
|
|
Loading…
Reference in New Issue