Multiple warnings during build-time keep occurring due to deprecations, unknown constants, etc.
The specified Android SDK Build Tools version (28.0.3) is ignored, as it is below the minimum supported version (29.0.2) for Android Gradle Plugin 4.1.1.
warning: unknown enum constant Scope.LIBRARY_GROUP_PREFIX
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: project-path/app/src/main/java/uprrp/tania/SNSRegister.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
45 warnings
Multiple warnings during build-time keep occurring due to deprecations, unknown constants, etc.
```
The specified Android SDK Build Tools version (28.0.3) is ignored, as it is below the minimum supported version (29.0.2) for Android Gradle Plugin 4.1.1.
warning: unknown enum constant Scope.LIBRARY_GROUP_PREFIX
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: project-path/app/src/main/java/uprrp/tania/SNSRegister.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
45 warnings
```
Multiple warnings during build-time keep occurring due to deprecations, unknown constants, etc.