diff --git a/app/build.gradle b/app/build.gradle index a170d614..5bb13a77 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { applicationId "com.sethchhim.kuboo" minSdkVersion 21 targetSdkVersion 28 - versionCode 49 - versionName "1.2.14" + versionCode 50 + versionName "1.2.15" buildConfigField 'long', 'TIMESTAMP', System.currentTimeMillis() + 'L' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/res/raw/changelog.xml b/app/src/main/res/raw/changelog.xml index 0a28005b..686b4fba 100644 --- a/app/src/main/res/raw/changelog.xml +++ b/app/src/main/res/raw/changelog.xml @@ -1,6 +1,18 @@ + + end of active development (again) + fix download tracking sometimes does not use setting DOWNLOAD_TRACKING_LIMIT + remove legacy-support unnecessary dependency + update livedata from 2.1.0-alpha02 to 2.1.0-alpha03 + update okhttp from 3.12.0 to 3.14.0 + update recyclerview from 1.1.0-alpha02 to 1.1.0-alpha03 + update room from 2.1.0-alpha04 to 2.1.0-alpha06 + +