Skip to content

Commit 1675c80

Browse files
committed
remove android library and depend via gradle
1 parent 55a1ec4 commit 1675c80

5 files changed

Lines changed: 76 additions & 33 deletions

File tree

Runtime/Plugins/Android.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/Plugins/Android/Bugfender.androidlib.meta

Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apply plugin: 'com.android.library'
2+
3+
repositories {
4+
mavenCentral()
5+
}
6+
7+
android {
8+
namespace "com.bugfender.unity.androidlib"
9+
compileSdk 34
10+
}
11+
12+
dependencies {
13+
implementation 'com.bugfender.sdk:android:3.+'
14+
}
-193 KB
Binary file not shown.

Runtime/Plugins/Android/android-3.4.0.aar.meta

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

0 commit comments

Comments
 (0)