Browse Source

release prep

renovate/org.robolectric-robolectric-4.x
Austin Huang 4 years ago
parent
commit
51f76a6c3c
No known key found for this signature in database GPG Key ID: 84C23AA04587A91F
  1. 4
      .project
  2. 4
      app/build.gradle
  3. 3
      fastlane/metadata/android/en-US/changelogs/61.txt

4
.project

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>InstaGrabber</name>
<name>Barinsta</name>
<comment>Project instagrabber created by Buildship.</comment> <comment>Project instagrabber created by Buildship.</comment>
<projects> <projects>
</projects> </projects>
@ -16,7 +16,7 @@
</natures> </natures>
<filteredResources> <filteredResources>
<filter> <filter>
<id>1600117114918</id>
<id>0</id>
<name></name> <name></name>
<type>30</type> <type>30</type>
<matcher> <matcher>

4
app/build.gradle

@ -20,8 +20,8 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 60
versionName '19.1.0'
versionCode 61
versionName '19.2.0'
multiDexEnabled true multiDexEnabled true

3
fastlane/metadata/android/en-US/changelogs/61.txt

@ -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
Loading…
Cancel
Save