Skip to content

Commit 8999ec7

Browse files
committed
Bundle surveymonkey_android_sdk.aar (2.0.0) since gradle was unable to locate it otherwise. Also includes Android API level 31 fixes from yarikpwnzer#33
1 parent fe9f962 commit 8999ec7

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ repositories {
4141

4242
dependencies {
4343
implementation 'com.facebook.react:react-native:+'
44-
implementation 'com.surveymonkey:surveymonkey-android-sdk:2.0.0'
44+
implementation files("$rootDir/../node_modules/react-native-survey-monkey/android/surveymonkey_android_sdk.aar")
4545
}
4646

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
1+
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.surveymonkey">
3+
xmlns:tools="http://schemas.android.com/tools"
4+
package="com.surveymonkey">
5+
6+
<application android:allowBackup="true">
7+
<activity
8+
android:name="com.surveymonkey.surveymonkeyandroidsdk.SMFeedbackActivity"
9+
android:exported="false"
10+
tools:node="merge" />
11+
</application>
412

5-
</manifest>
13+
</manifest>
58 KB
Binary file not shown.

0 commit comments

Comments
 (0)