Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Commit 26ef3a8

Browse files
committed
Upgrade to 25.3.1 - no changes
1 parent 97394b4 commit 26ef3a8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

blueprints/src/main/java/com/pascalwelsch/compositeandroid/blueprints/BlueprintActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
import java.io.PrintWriter;
9696
import java.util.List;
9797

98-
// 25.3.0
98+
// 25.3.1
9999
@SuppressWarnings("ALL")
100100
public class BlueprintActivity extends AppCompatActivity {
101101

blueprints/src/main/java/com/pascalwelsch/compositeandroid/blueprints/BlueprintDialogFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import android.support.v4.app.FragmentTransaction;
1313
import android.view.LayoutInflater;
1414

15-
// 25.3.0
15+
// 25.3.1
1616
@SuppressWarnings("ALL")
1717
public class BlueprintDialogFragment extends DialogFragment {
1818

blueprints/src/main/java/com/pascalwelsch/compositeandroid/blueprints/BlueprintFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import java.io.FileDescriptor;
2828
import java.io.PrintWriter;
2929

30-
// 25.3.0
30+
// 25.3.1
3131
@SuppressWarnings("ALL")
3232
public class BlueprintFragment extends Fragment {
3333

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def versionMajor = 25
2727
// minor version of the support library
2828
def versionMinor = 3
2929
// patch version of the support library
30-
def versionPatch = 0
30+
def versionPatch = 1
3131

3232
// composite android build version for the given support library version.
3333
// increases when composite android receives updates but the support lib doesn't update

0 commit comments

Comments
 (0)