Skip to content

Commit 0ee2523

Browse files
Fix Android build/test (#1706)
ADO was upgrading our Gradle version underneath us, so this pins us to a particular gradle version that works with our code as is. I did explore refactoring our code to work with the newer Gradle versions, but encountered some issues. We can go deeper on this later if needed. Also removes some unused Android app code in our test folder (all we need is the android test code)
1 parent 0395b82 commit 0ee2523

File tree

21 files changed

+40
-124
lines changed

21 files changed

+40
-124
lines changed

iot-e2e-tests/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,4 @@
33
package="com.microsoft.azure.sdk.iot.android">
44

55
<uses-permission android:name="android.permission.INTERNET"/>
6-
7-
<application
8-
android:allowBackup="true"
9-
android:icon="@mipmap/ic_launcher"
10-
android:label="@string/app_name"
11-
android:supportsRtl="true"
12-
android:theme="@style/AppTheme">
13-
<activity android:name="com.microsoft.azure.sdk.iot.android.MainActivity">
14-
<intent-filter>
15-
<action android:name="android.intent.action.MAIN"/>
16-
17-
<category android:name="android.intent.category.LAUNCHER"/>
18-
</intent-filter>
19-
</activity>
20-
</application>
21-
226
</manifest>

iot-e2e-tests/android/app/src/main/java/com/microsoft/azure/sdk/iot/android/MainActivity.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

iot-e2e-tests/android/app/src/main/res/layout/activity_main.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

iot-e2e-tests/android/app/src/main/res/values-w820dp/dimens.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

iot-e2e-tests/android/app/src/main/res/values/colors.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)