Files
NativeScript/android/widgets/src/main/AndroidManifest.xml
plamen5kov 5942abc15f migrated widgets project so it has nothing unnecessary
project can now be build with android studio or by running the command gradlew build
2016-07-01 16:17:45 +03:00

9 lines
195 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.nativescript.widgets">
<application
android:allowBackup="true">
</application>
</manifest>