|
|
@ -13,8 +13,6 @@
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
* limitations under the License.
|
|
|
|
* limitations under the License.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
import com.google.samples.apps.nowinandroid.Flavor
|
|
|
|
|
|
|
|
import com.google.samples.apps.nowinandroid.FlavorDimension
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins {
|
|
|
|
plugins {
|
|
|
|
id("nowinandroid.android.application")
|
|
|
|
id("nowinandroid.android.application")
|
|
|
@ -75,6 +73,7 @@ android {
|
|
|
|
isIncludeAndroidResources = true
|
|
|
|
isIncludeAndroidResources = true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
namespace = "com.google.samples.apps.nowinandroid"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|