Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated dependencies and so #118

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on May 12, 2022

  1. module app:

    Updated constraintlayout to 2.1.3, preference to 1.2.0
    play-services-location to 19.0.1, play-services-maps to 18.0.2
    
    Updated minSdkVersion to 21
    
    module madlocationmanager:
    Updated minSdkVersion to 21
    MadRatSRP committed May 12, 2022
    Configuration menu
    Copy the full SHA
    d4af7fd View commit details
    Browse the repository at this point in the history
  2. module app:

    Updated junit to 4.13.2, jetpack junit to 1.1.3, espresso-core to 3.4.0
    Refactored MainActivity mostly for Java 8 features
    MadRatSRP committed May 12, 2022
    Configuration menu
    Copy the full SHA
    03a7ddb View commit details
    Browse the repository at this point in the history
  3. project level:

    Removed jcenter repository
    
    module app:
    Updated compileSdkVersion and targetSdkVersion to 32
    Updated minSdkVersion to 23
    
    module madlocationmanager:
    Updated compileSdkVersion and targetSdkVersion to 32
    Updated minSdkVersion to 23
    MadRatSRP committed May 12, 2022
    Configuration menu
    Copy the full SHA
    a1e6672 View commit details
    Browse the repository at this point in the history
  4. module madlocationmanager:

    Removed bintray plugin, removed bintray block (bintray was closed)
    Updated appcompat to 1.4.1, recyclerview to 1.2.1, espresso-core to 3.4.0,
    jetpack junit to 1.1.3, junit to 4.13.2, material до 1.6.0, play-services-location до 19.0.1
    MadRatSRP committed May 12, 2022
    Configuration menu
    Copy the full SHA
    90b947b View commit details
    Browse the repository at this point in the history
  5. project level:

    Removed ignored configuration properties
    Updated Gradle to 7.3.3, Android Gradle plugin to 7.2.0
    Moved package from Android manifest to build files
    Removed plugin "android-maven-gradle-plugin" (deprecated)
    
    module madlocationmanager:
    Removed plugin "android-maven" (deprecated)
    Set default Java version to 8
    Removed recyclerview dependency (material dependency has their classes)
    
    module app:
    Made MainActivity exported in manifest
    MadRatSRP committed May 12, 2022
    Configuration menu
    Copy the full SHA
    2cf8cc7 View commit details
    Browse the repository at this point in the history