| | |
| | | // GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN |
| | | |
| | | apply plugin: 'com.android.library' |
| | | //**APPLY_PLUGINS** |
| | | apply from: 'deps.gradle' |
| | | |
| | | dependencies { |
| | | implementation fileTree(dir: 'libs', include: ['*.jar']) |
| | | implementation('androidx.appcompat:appcompat:1.0.0') { |
| | | force = true |
| | | } |
| | | |
| | | implementation(name: 'sdklibrary-release', ext: 'aar') |
| | | **DEPS**} |
| | | |
| | | android { |
| | |
| | | // GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN |
| | | |
| | | apply plugin: 'com.android.library' |
| | | //**APPLY_PLUGINS** |
| | | apply from: 'deps.gradle' |
| | | |
| | | dependencies { |
| | | implementation fileTree(dir: 'libs', include: ['*.jar']) |
| | | implementation('androidx.appcompat:appcompat:1.0.0') { |
| | | force = true |
| | | } |
| | | |
| | | implementation(name: 'sdklibrary-release', ext: 'aar') |
| | | **DEPS**} |
| | | |
| | | android { |