Skip to content

Commit

Permalink
Easy Analytics is now running on Android12 (API31)
Browse files Browse the repository at this point in the history
  • Loading branch information
droid-lover committed Feb 28, 2022
1 parent 8ca3d5f commit 70e1401
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencies {
implementation 'com.chibatching.kotpref:kotpref:2.13.1'

//Easy Analytics
// implementation(project(":easyAnalytics"))
implementation 'com.github.myJarvis:EasyAnalytics:0.0.4'
implementation(project(":easyAnalytics"))
// implementation 'com.github.myJarvis:EasyAnalytics:0.0.4'

}
5 changes: 2 additions & 3 deletions easyAnalytics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ plugins {
}

android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
compileSdkVersion 31

defaultConfig {
minSdkVersion 23
targetSdkVersion 30
targetSdkVersion 31

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
1 change: 1 addition & 0 deletions easyAnalytics/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<activity
android:name=".reports.ui.EasyAnalyticsReportsActivity"
android:screenOrientation="portrait"
android:exported="true"
android:label="@string/title_activity_easy_analytical_reports">
<intent-filter>
<category android:name="android.intent.category.DEFAULT"/>
Expand Down

0 comments on commit 70e1401

Please sign in to comment.