diff --git a/app/build.gradle b/app/build.gradle index 3edc73cc..2f420ad4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { applicationId "com.sethchhim.kuboo" minSdkVersion 21 targetSdkVersion 28 - versionCode 43 - versionName "1.2.8" + versionCode 44 + versionName "1.2.9" 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 31d792b5..ade48b27 100644 --- a/app/src/main/res/raw/changelog.xml +++ b/app/src/main/res/raw/changelog.xml @@ -3,9 +3,10 @@ + versionName="1.2.9"> fix regression iterator stopped working fix sharedprefs require json empty or blank check + fix skip browser update if not required refactor splash preload update appcompat from 1.0.2 to 1.1.0-alpha02 update preference from 1.1.0-alpha02 to 1.1.0-alpha03