Browse Source
release prep
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
3 changed files with
7 additions and
4 deletions
-
.project
-
app/build.gradle
-
fastlane/metadata/android/en-US/changelogs/61.txt
|
|
@ -1,6 +1,6 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<projectDescription> |
|
|
|
<name>InstaGrabber</name> |
|
|
|
<name>Barinsta</name> |
|
|
|
<comment>Project instagrabber created by Buildship.</comment> |
|
|
|
<projects> |
|
|
|
</projects> |
|
|
@ -16,7 +16,7 @@ |
|
|
|
</natures> |
|
|
|
<filteredResources> |
|
|
|
<filter> |
|
|
|
<id>1600117114918</id> |
|
|
|
<id>0</id> |
|
|
|
<name></name> |
|
|
|
<type>30</type> |
|
|
|
<matcher> |
|
|
|
|
|
@ -20,8 +20,8 @@ android { |
|
|
|
minSdkVersion 21 |
|
|
|
targetSdkVersion 29 |
|
|
|
|
|
|
|
versionCode 60 |
|
|
|
versionName '19.1.0' |
|
|
|
versionCode 61 |
|
|
|
versionName '19.2.0' |
|
|
|
|
|
|
|
multiDexEnabled true |
|
|
|
|
|
|
|
|
|
@ -0,0 +1,3 @@ |
|
|
|
New customizable bottom navigation bar, keyword filter, add username to file name, FLAG_SECURE, and more! |
|
|
|
|
|
|
|
For details see https://github.com/austinhuang0131/barinsta/releases/tag/v19.2.0 |